w3tc_dashboard_actions, array(

w3tc_dashboard_actions, array(

Hook Type: filter

See hook in core

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

apply_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(),