H69UNtblNBNpha2dtB1Odn8qYp1Qk5NK2gi7yfceofo9N
/
home
/
ymswebso
/
public_html
/
ymsnew24
/
wp-includes
/
Nama File / Folder
Size
Action
ID3
--
NONE
IXR
--
NONE
PHPMailer
--
NONE
Requests
--
NONE
SimplePie
--
NONE
Text
--
NONE
Wp
--
NONE
assets
--
NONE
block-bindings
--
NONE
block-patterns
--
NONE
block-supports
--
NONE
blocks
--
NONE
certificates
--
NONE
css
--
NONE
customize
--
NONE
fonts
--
NONE
html-api
--
NONE
images
--
NONE
interactivity-api
--
NONE
js
--
NONE
l10n
--
NONE
php-compat
--
NONE
pomo
--
NONE
rest-api
--
NONE
sitemaps
--
NONE
sodium_compat
--
NONE
style-engine
--
NONE
theme-compat
--
NONE
widgets
--
NONE
.htaccess
0.124KB
Hapus
Edit
Rename
cache.php
13.158KB
Hapus
Edit
Rename
class-feed.php
0.526KB
Hapus
Edit
Rename
class-oembed.php
0.392KB
Hapus
Edit
Rename
class-pop3.php
20.626KB
Hapus
Edit
Rename
class-wp-http-curl.php
12.247KB
Hapus
Edit
Rename
class-wp-post-type.php
29.961KB
Hapus
Edit
Rename
class-wp-theme-json-resolver.php
34.9KB
Hapus
Edit
Rename
default-widgets.php
2.241KB
Hapus
Edit
Rename
l10n.php
66.924KB
Hapus
Edit
Rename
link-template.php
154.103KB
Hapus
Edit
Rename
ms-blogs.php
25.239KB
Hapus
Edit
Rename
pluggable-deprecated.php
6.176KB
Hapus
Edit
Rename
template-loader.php
2.941KB
Hapus
Edit
Rename
version.php
1.064KB
Hapus
Edit
Rename
<=Back
<?php /** * WordPress Version * * Contains version information for the current WordPress release. * * @package WordPress * @since 1.2.0 */ /** * The WordPress version string. * * Holds the current version number for WordPress core. Used to bust caches * and to enable development mode for scripts when running from the /src directory. * * @global string $wp_version */ $wp_version = '6.8.1'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ $wp_db_version = 58975; /** * Holds the TinyMCE version. * * @global string $tinymce_version */ $tinymce_version = '49110-20201110'; /** * Holds the required PHP version. * * @global string $required_php_version */ $required_php_version = '7.2.24'; /** * Holds the names of required PHP extensions. * * @global string[] $required_php_extensions */ $required_php_extensions = array( 'json', 'hash', ); /** * Holds the required MySQL version. * * @global string $required_mysql_version */ $required_mysql_version = '5.5.5';
Liking