bd_post_statuses

bd_post_statuses

Hook Type: filter

See hook in core

Displaying hooks found in version: bulk-delete.6.11

apply_filters('bd_post_statuses') is found 1 times:

  • /include/ui/form.php line 294
    	 * @since 5.6.0
    	 *
    	 * @param array $post_statuses List of post statuses.
    	 */
    	return apply_filters( 'bd_post_statuses', $post_statuses );
    }
    
    /**
     * Get the list of excluded post statuses.
     *
     * @since 6.0.0