uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
all-in-one-seo-pack
/
app
/
Common
/
Standalone
/
WpCode.php
/
/
<?php namespace AIOSEO\Plugin\Common\Standalone; // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Handles registering the AIOSEO username in the WPCode snippets library. * * @since 4.3.8 */ class WpCode { /** * Class constructor. * * @since 4.3.8 */ public function __construct() { if ( ! is_admin() || wp_doing_ajax() || wp_doing_cron() ) { return; } add_action( 'wpcode_loaded', [ $this, 'registerUsername' ] ); } /** * Enqueues the script. * * @since 4.3.8 * * @return void */ public function registerUsername() { if ( ! function_exists( 'wpcode_register_library_username' ) ) { return; } wpcode_register_library_username( 'aioseo', AIOSEO_PLUGIN_SHORT_NAME ); } }
/home/batcwwjx/www/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/WpCode.php