w3tc_network_dashboard_setup

w3tc_network_dashboard_setup

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

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

do_action('w3tc_network_dashboard_setup') is found 1 times:

  • /Util_Widget.php line 46
    		}
    
    		// Hook to register new widgets. Filter widget order.
    		if ( is_network_admin() ) {
    			do_action( 'w3tc_network_dashboard_setup' );
    			$dashboard_widgets = apply_filters( 'w3tc_network_dashboard_widgets', array() );
    		} else {
    			do_action( 'w3tc_widget_setup' );
    			$dashboard_widgets = apply_filters( 'w3tc_dashboard_widgets', array() );
    		}
    
    

See this hook used in plugins: