w3tc_dashboard_actions

w3tc_dashboard_actions

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

See hook in core

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

apply_filters('w3tc_dashboard_actions') is found 1 times:

  • /Util_Ui.php line 345
    				<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(),
    

See this hook used in plugins: