// Exit if the file is accessed directly over web. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Filter current component id for the displayed user profile. * * @param int $component_id component id. * * @return int */ function mpp_current_component_id_for_user( $component_id ) { if ( mediapress()->is_bp_active() && bp_is_user() ) { return bp_displayed_user_id(); // that is displayed user id. } return $component_id; } add_filter( 'mpp_get_current_component_id', 'mpp_current_component_id_for_user' ); /** * Delete galleries for user on account spam/delete etc. * * @param int $user_id user id. */ function mpp_delete_galleries_for_user( $user_id ) { $query = new MPP_Gallery_Query( array( 'user_id' => $user_id, 'fields' => 'ids' ) ); $ids = $query->get_ids(); // Delete all galleries. foreach ( $ids as $gallery_id ) { mpp_delete_gallery( $gallery_id ); } } add_action( 'wpmu_delete_user', 'mpp_delete_galleries_for_user', 1 ); add_action( 'delete_user', 'mpp_delete_galleries_for_user', 1 ); add_action( 'make_spam_user', 'mpp_delete_galleries_for_user', 1 ); /** * Clear user gallery count meta when a new gallery is created or existing is deleted. * * @param int|MPP_Gallery $gallery numeric gallery id or object. */ function _mpp_clear_user_gallery_count( $gallery ) { $gallery = mpp_get_gallery( $gallery ); if ( ! $gallery ) { $user_id = get_current_user_id(); $components = array_keys( mpp_get_registered_components() ); } else { $user_id = $gallery->user_id; $components = $gallery->component; } $key = 'mpp-u-' . $user_id; // all gallery count. delete_user_meta( $user_id, $key . '-gallery-count' ); foreach ( (array) $components as $component ) { // component specific gallery count. delete_user_meta( $user_id, $key . '-' . $component . '-gallery-count' ); } } add_action( 'mpp_gallery_deleted', '_mpp_clear_user_gallery_count' ); add_action( 'mpp_gallery_created', '_mpp_clear_user_gallery_count' ); /** * Clear user media count meta when a new media is uploaded or existing is deleted. * * @param int|MPP_Media $media numeric media id or object. */ function _mpp_clear_user_media_count( $media ) { $media = mpp_get_media( $media ); if ( ! $media ) { $user_id = get_current_user_id(); $components = array_keys( mpp_get_registered_components() ); } else { $user_id = $media->user_id; $components = $media->component; } $key = 'mpp-u-' . $user_id; // all media count. delete_user_meta( $user_id, $key . '-media-count' ); foreach ( (array) $components as $component ) { // component specific media count. delete_user_meta( $user_id, $key . '-' . $component . '-media-count' ); } } add_action( 'mpp_media_deleted', '_mpp_clear_user_media_count' ); add_action( 'mpp_media_added', '_mpp_clear_user_media_count' ); /** * Plugin Name: Kirki PRO - Headlines & Divider Control * Plugin URI: https://themeum.com * Description: Headlines & divider control for Kirki Customizer Framework. * Version: 1.1 * Author: Themeum * Author URI: https://themeum.com/ * License: GPL-3.0 * License URI: https://oss.ninja/gpl-3.0?organization=Kirki%20Framework&project=control%20headline%20divider * Text Domain: kirki-pro-headline-divider * Domain Path: /languages * * @package kirki-pro-headline-divider */ defined( 'ABSPATH' ) || exit; if ( ! function_exists( 'kirki_pro_load_headline_divider_control' ) ) { /** * Load headline divider control. */ function kirki_pro_load_headline_divider_control() { // Stop, if Kirki is not installed. if ( ! defined( 'KIRKI_VERSION' ) ) { return; } // Stop, if Kirki PRO (bundle) is already installed. if ( defined( 'KIRKI_PRO_VERSION' ) ) { return; } // Stop, if Kirki Pro Headline Divider is already installed. if ( class_exists( '\Kirki\Pro\HeadlineDivider\Init' ) ) { return; } if ( ! function_exists( 'get_plugin_data' ) ) { require_once ABSPATH . 'wp-admin/includes/plugin.php'; } $plugin_data = get_plugin_data( __FILE__ ); define( 'KIRKI_PRO_HEADLINE_DIVIDER_VERSION', $plugin_data['Version'] ); define( 'KIRKI_PRO_HEADLINE_DIVIDER_PLUGIN_FILE', __FILE__ ); require_once __DIR__ . '/vendor/autoload.php'; new \Kirki\Pro\HeadlineDivider\Init(); } add_action( 'plugins_loaded', 'kirki_pro_load_headline_divider_control' ); } @naleg GuildsVR
Skip to main content
guildsvr logo
  • Directory LFG
    • image
    • Guilds
      • Guilds
      • + Create Guild
    • Players
      • Players
    • Games
      • Games
      • + Request Game
  • Community
    • image
    • Discover
      • Activity
      • Forums
        bbPress Forums
      • Articles
    • Create
      • + Create Activity
      • + Create Topic
  • Battles
    • image
    • Battles
      • Tournaments
      • + Host Tournament
  • 0 $0.00 0 items
  •  avatar
  • Register

@naleg

Profile picture of @naleg

@naleg

Player
  • Activity
  • Guilds 1
  • Subs0
  • Battles
  • Articles
  • Friends 0
  • Following 0
  • Followers 0
  • Forums
  • Gallery 0
French guy chilling in VR, I play mainly Pavlov (mostly TTT, GUN, TDM and SND) and sometimes Echo VR
  • Personal
  • Mentions
  • Following
  • Favorites
  • Friends
  • Guilds
  • Profile picture of @naleg

    naleg's profile was updated 2 years, 11 months ago

  • Profile picture of @naleg

    @naleg joined the guild Guild logo of GuildsVRGuildsVR 3 years, 9 months ago

    1660075407 bpfull

    GuildsVR

    View group
  • Profile picture of @naleg

    naleg's profile was updated 3 years, 10 months ago

  • Profile picture of @naleg

    @naleg changed their profile picture 3 years, 10 months ago

  • Profile picture of @naleg

    naleg became a registered member 3 years, 10 months ago

  • Profile picture of @naleg

    @naleg became a registered player 3 years, 10 months ago

    Age: 19
    Timezone: No data set yet.

Games
  • imgPavlov VR

leaf
0 Credits
Withdraw

You need to log in to withdraw points.

chip
0 GVR
Withdraw
Withdraw

You need to log in to withdraw points.

wood
0 Tokens
Withdraw

You need to log in to withdraw points.

Ready to start your journey?

If there is nothing in a chest, the chest doesn’t mean anything

Search Guilds
Community

Players
Guilds
Activity

Explore

Partners
Shop
Upgrade

About GuildsVR

Contact Us
API Documentation
Knowledge Base

guildsvr footer logo

• GuildsVR © 2023-2025  •

  • Privacy Policy
  • Refund and Returns Policy
  • Terms of Service

Login Form Logo

Register
Lost your password?

New Report

Close

Oops!
You are not allowed to enter more than 5 options.
  • Got it!

Submit match scores

Submit challenge scores

vs

Flag match

Flag Challenge

Submit score for -