jetpack_event_log, disconnect

jetpack_event_log, disconnect

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_event_log, disconnect') is found 1 times:

  • /class-jetpack-xmlrpc-methods.php line 102
    		 *
    		 * @param string $code Unique name for the event.
    		 * @param string $data Optional data about the event.
    		 */
    		do_action( 'jetpack_event_log', 'disconnect' );
    		( new Connection_Manager( 'jetpack' ) )->disconnect_site();
    
    		return true;
    	}
    
    	/**