w3tc_message_action_ . $action

w3tc_message_action_ . $action

Hook Type: action

See hook in core

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

do_action('w3tc_message_action_ . $action') is found 1 times:

  • /Generic_Plugin_Admin.php line 575
     
    		// Messages.
    		if ( ! is_null( $this->w3tc_message ) && isset( $this->w3tc_message['actions'] ) && is_array( $this->w3tc_message['actions'] ) ) {
    			foreach ( $this->w3tc_message['actions'] as $action ) {
    				do_action( 'w3tc_message_action_' . $action );
    			}
    		}
    
    		// For testing.
    		$w3tc_message_action_val = Util_Request::get_string( 'w3tc_message_action' );
    		if ( ! empty( $w3tc_message_action_val ) ) {