comment_status_links

comment_status_links

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comment_status_links') is found 1 times:

  • /wp-admin/includes/class-wp-comments-list-table.php line 349
    		 *
    		 * @param string[] $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine',
    		 *                              'Pending', 'Approved', 'Spam', and 'Trash'.
    		 */
    		return apply_filters( 'comment_status_links', $this->get_views_links( $status_links ) );
    	}
    
    	/**
    	 * @global string $comment_status
    	 *
    	 * @return array