w3tc_message_action_ . $w3tc_message_action_val

w3tc_message_action_ . $w3tc_message_action_val

Hook Type: action

See hook in core

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

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

  • /Generic_Plugin_Admin.php line 582
     
    		// For testing.
    		$w3tc_message_action_val = Util_Request::get_string( 'w3tc_message_action' );
    		if ( ! empty( $w3tc_message_action_val ) ) {
    			do_action( 'w3tc_message_action_' . $w3tc_message_action_val );
    		}
    	}
    
    	/**
    	 * Render sticky top navigation bar on all W3TC admin pages (administrators only).
    	 */