bd_before_admin_enqueue_scripts, $this

bd_before_admin_enqueue_scripts, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.12

do_action('bd_before_admin_enqueue_scripts, $this') is found 1 times:

  • /include/Core/Base/BasePage.php line 179
    		 *
    		 * @since 5.5.1
    		 * @since 6.0.0 Added $page parameter.
    		 */
    		do_action( 'bd_before_admin_enqueue_scripts', $this ); //phpcs:ignore
    
    		/**
    		 * Runs just before enqueuing scripts and styles in a Bulk Delete admin pages.
    		 *
    		 * This action is primarily for registering or deregistering additional scripts or styles.
    		 *