bd_loaded, $this->get_plugin_file(
bd_loaded, $this->get_plugin_file(
Appears in: bulk-delete.6.12
Hook Type: action
Displaying hooks found in version: bulk-delete.6.12do_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.