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...
  • May 5, 2022
  • 0 Comments
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()...
  • May 5, 2022
  • 0 Comments
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....
  • May 5, 2022
  • 0 Comments