restrict_manage_comments

restrict_manage_comments

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('restrict_manage_comments') is found 1 times:

  • /wp-admin/includes/class-wp-comments-list-table.php line 415
    			 * Fires just before the Filter submit button for comment types.
    			 *
    			 * @since 3.5.0
    			 */
    			do_action( 'restrict_manage_comments' );
    
    			$output = ob_get_clean();
    
    			if ( ! empty( $output ) && $this->has_items() ) {
    				echo $output;
    				submit_button( __( 'Filter' ), '', 'filter_action', false, array( 'id' => 'post-query-submit' ) );