rwmb_enqueue_scripts

rwmb_enqueue_scripts

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

do_action('rwmb_enqueue_scripts') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/meta-box.php line 149
    		 * Allow developers to enqueue more scripts and styles
    		 *
    		 * @param RW_Meta_Box $object Meta Box object
    		 */
    		do_action( 'rwmb_enqueue_scripts', $this );
    	}
    
    	private function is_gutenberg_screen() : bool {
    		$screen = get_current_screen();
    
    		return in_array( $screen->base, [ 'site-editor', 'widgets' ] );
    

See this hook used in plugins: