bd_primary_pages

bd_primary_pages

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

apply_filters('bd_primary_pages') is found 1 times:

  • /include/Core/BulkDelete.php line 350
    		 * @since 6.0.0
    		 *
    		 * @param \BulkWP\BulkDelete\Core\Base\BaseDeletePage[] List of Admin pages.
    		 */
    		$this->primary_pages = apply_filters( 'bd_primary_pages', $this->primary_pages );
    	}
    
    	/**
    	 * Get Bulk Delete Posts admin page.
    	 *
    	 * @return \BulkWP\BulkDelete\Core\Posts\DeletePostsPage
    

See this hook used in plugins: