bd_loaded, $this->get_plugin_file(

bd_loaded, $this->get_plugin_file(

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.12

do_action('bd_loaded, $this->get_plugin_file(') is found 1 times:

  • /include/Core/BulkDelete.php line 179
    		 * @since 6.0.0
    		 *
    		 * @param string Plugin main file.
    		 */
    		do_action( 'bd_loaded', $this->get_plugin_file() ); //phpcs:ignore
    
    		$this->load_primary_pages();
    	}
    
    	/**
    	 * Throw error on object clone.