Disable for specific URL request?
-
I’m trying to figure out a way to create a more responsive admin-ajax.php interaction by reducing the plugins loaded for certain ajax requests. I’d like to have some flexibility for this, so my thought is to have an “admin-ajax-custom.php” file that I use for certain requests. I tried using filters and permalinks but this doesn’t seem to work, probably because it’s not really a post or page.
Is there a way to target a specific file or request for plugin loading? For instance “https://mysite.com/wp-admin/admin-ajax-custom.php”? Just using that URL as an example.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Disable for specific URL request?’ is closed to new replies.