admin_xml_ns action-hook . WP 2.2.0
Fires inside the HTML tag in the admin header.
Usage
add_action( 'admin_xml_ns', 'action_function_name_4098' ); function action_function_name_4098(){ // action... }
Changelog
Since 2.2.0 | Introduced. |
Where the hook is called
admin_xml_ns
wp-admin/includes/template.php 2534
do_action( 'admin_xml_ns' );