do_meta_boxes, $w3tc_screen->id, side,

do_meta_boxes, $w3tc_screen->id, side,

Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

do_action('do_meta_boxes, $w3tc_screen->id, side,') is found 1 times:

  • /Util_Widget.php line 92
    			update_option( 'w3tc_dashboard_widget_options', $widget_options );
    		}
    
    		do_action( 'do_meta_boxes', $w3tc_screen->id, 'normal', '' ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound
    		do_action( 'do_meta_boxes', $w3tc_screen->id, 'side', '' ); // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound
    	}
    
    	/**
    	 * Add 2.
    	 *
    	 * @static