manage_comments_nav

manage_comments_nav

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('manage_comments_nav') is found 1 times:

  • /wp-admin/includes/class-wp-comments-list-table.php line 442
    		 *
    		 * @param string $comment_status The comment status name. Default 'All'.
    		 * @param string $which          The location of the extra table nav markup: 'top' or 'bottom'.
    		 */
    		do_action( 'manage_comments_nav', $comment_status, $which );
    
    		echo '</div>';
    	}
    
    	/**
    	 * @return string|false
    

See this hook used in plugins: