w3tc_message_action_

w3tc_message_action_

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('w3tc_message_action_') is found 2 times:

  • /Generic_Plugin_Admin.php line 338
     
    		// 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 ) ) {
    
  • /Generic_Plugin_Admin.php line 345
     
    		// 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.
    	 */