admin_xml_ns
Fires inside the HTML tag in the admin header.
Usage
add_action( 'admin_xml_ns', 'wp_kama_admin_xml_ns_action' );
/**
* Function for `admin_xml_ns` action-hook.
*
* @return void
*/
function wp_kama_admin_xml_ns_action(){
// action...
}Changelog
| Since 2.2.0 | Introduced. |
Where the hook is called
admin_xml_ns
wp-admin/includes/template.php 2678
do_action( 'admin_xml_ns' );