w3tc_network_dashboard_widgets, array(
w3tc_network_dashboard_widgets, array(
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_network_dashboard_widgets, array(') is found 1 times:
- /Util_Widget.php line 47
// 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() ); } foreach ( $dashboard_widgets as $widget_id ) {