jetpack_event_log, unlink

jetpack_event_log, unlink

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

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

  • /jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php line 761
    		 *
    		 * @param string $code Unique name for the event.
    		 * @param string $data Optional data about the event.
    		 */
    		do_action( 'jetpack_event_log', 'unlink' );
    		return $this->connection->disconnect_user(
    			$user_id,
    			(bool) $user_id
    		);
    	}