w3tc_dashboard_actions, array(
w3tc_dashboard_actions, 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_dashboard_actions, array(') is found 1 times:
- /Util_Ui.php line 482
<span class="sr-only">Toggle Dropdown</span> </button> <div class="dropdown-menu dropdown-menu-right"> <?php $actions = apply_filters( 'w3tc_dashboard_actions', array() ); foreach ( $actions as $action ) { echo wp_kses( $action, array( 'input' => array( 'class' => array(),