Adding Hooks For Actions
-
I want add an action for only a specific admin page
add_action('admin_head', 'name-of-action');
So it doesn’t show on all admin pages (headers). Just ones specified, can anyone offer any pointers?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding Hooks For Actions’ is closed to new replies.