bd_primary_pages, $this->primary_pages

bd_primary_pages, $this->primary_pages

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: bulk-delete.6.12

apply_filters('bd_primary_pages, $this->primary_pages') is found 1 times:

  • /include/Core/BulkDelete.php line 325
    		 * @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 ); //phpcs:ignore
    	}
    
    	/**
    	 * Get Bulk Delete Posts admin page.
    	 *
    	 * @return \BulkWP\BulkDelete\Core\Posts\DeletePostsPage