w3tc_messagebus_message_received

w3tc_messagebus_message_received

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

See hook in core

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

do_action('w3tc_messagebus_message_received') is found 1 times:

  • /Enterprise_SnsServer.php line 71
    			$this->_log( 'Message originated from hostname: ' . $m['hostname'] );
    
    		define( 'DOING_SNS', true );
    		$this->_log( 'Actions executing' );
    		do_action( 'w3tc_messagebus_message_received' );
    
    		if ( isset( $m['actions'] ) ) {
    			$actions = $m['actions'];
    			foreach ( $actions as $action )
    				$this->_execute( $action );
    		} else {
    

See this hook used in plugins: