Looks cool, quick question
-
I think I’m going to like this plugin! I’ve tried to use plugin organizer, but I find it a bit too complicated for taste.
I have a couple quick questions. Is it possible to use fuzzy or partial matching? If so what pattern would I use to generate the rule. I’m not a programmer, I can follow the WordPress Codex reasonably well, but a couple concrete examples would be very appreciated!
When I want to prevent script x from loading on this page:
and on any of it’s children:
Assuming the id of the page in question is 101, is this how I would write it?
is_page( 'page' ) || '101' == $post->post_parent(code taken from is_page of the wp codex.Also, sometimes a plugin can interfere with another plugin’s admin page. Any tips on disabling certain plugins on certain pages in the backend?
Thanks for your time!
The topic ‘Looks cool, quick question’ is closed to new replies.