I want to disable few wordpress plugins on my cron and an ajax page. I have already tried option_active_plugins filter but it’s not working. I have checked and found...
Basically what i want to do is: Use WordPress as a login system and data storage for web-application on another domain. Make users able to register and perform REST...
General context: I have a plugin which implements a widget and I would like to make the widget into a shortcode. The widget has many options some of them...
I’m looking for some extra information about an mu site (--url) when attempting to export from a remote server to my local testing environment. One requirement for migration is...
Can someone explain the difference between WP_Site_Query and WP_Network_Query in WordPress 4.6? WP_Network_Query() : Core class used for querying networks. WP_Site_Query() : Core class used for querying sites. WP_Term_Query()...
I need to load a callback function after a wp.customize.previewer.refresh(). I need this because I want to update a template position which is displayed with a custom hook in...
I have a custom post type which needs to be in sync between two different websites housed in different servers. If either site edits, inserts, or deletes, the other...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 4...
I am having a search result page for custom post type. I want to have a ajax sorting feature. Eg sort the post by taxonomy without reloading the page....
I’m working on an iOS app that requires the use of WP Rest API to fetch posts. Everything is working smoothly and I fetch posts by ID using this...