

How to prevent loading react UseEffect twice?
If you are facing an issue of loading react UseEffect twice, then go to your application "src>>index.js" file. You will get the code like the following snippets. Old React Code Remove that old react code by the following snippets. New Code It will solve the issue. Happy coding!
How to get the list of elementor icons
https://elementor.github.io/elementor-icons/How to enable rest API support for WordPress custom post type?
When registering a WordPress custom post type, add 'show_in_rest' => true parameter to the argument. https://developer.wordpress.org/rest-api/extending-the-rest-api/adding-rest-api-support-for-custom-content-types/