responsive_ii_header_end
Just after closing
Just after closing
do_action( 'responsive_ii_header_end' );
// run the action do_action( 'responsive_ii_header_end' );
// define the responsive_ii_header_end callback function action_responsive_ii_header_end( ) { // make action magic happen here... }; // add the action add_action( 'responsive_ii_header_end', 'action_responsive_ii_header_end', 10, 0 );
// remove the action remove_action( 'responsive_ii_header_end', 'action_responsive_ii_header_end', 10, 0 );
The action is defined in the following location(s).
do_action( 'responsive_II_header_end' );