ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site BKP/wp-content/plugins/wordpress-seo/src/routes
/
home
mhhtmff
www
site BKP
wp-content
plugins
wordpress-seo
src
routes
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
abstract-action-route.php
634 B
chmod
View
DL
Edit
Rename
Delete
abstract-indexation-route.php
900 B
chmod
View
DL
Edit
Rename
Delete
alert-dismissal-route.php
2.31 MB
chmod
View
DL
Edit
Rename
Delete
first-time-configuration-route.php
9.19 MB
chmod
View
DL
Edit
Rename
Delete
importing-route.php
4.05 MB
chmod
View
DL
Edit
Rename
Delete
indexables-head-route.php
2.31 MB
chmod
View
DL
Edit
Rename
Delete
indexing-route.php
12.19 MB
chmod
View
DL
Edit
Rename
Delete
integrations-route.php
2.18 MB
chmod
View
DL
Edit
Rename
Delete
meta-search-route.php
1.94 MB
chmod
View
DL
Edit
Rename
Delete
route-interface.php
267 B
chmod
View
DL
Edit
Rename
Delete
semrush-route.php
6.22 MB
chmod
View
DL
Edit
Rename
Delete
supported-features-route.php
1.27 MB
chmod
View
DL
Edit
Rename
Delete
wincher-route.php
8.62 MB
chmod
View
DL
Edit
Rename
Delete
workouts-route.php
3.09 MB
chmod
View
DL
Edit
Rename
Delete
yoast-head-rest-field.php
5.78 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site BKP/wp-content/plugins/wordpress-seo/src/routes/supported-features-route.php
<?php namespace Yoast\WP\SEO\Routes; use WP_REST_Response; use Yoast\WP\SEO\Conditionals\Addon_Installation_Conditional; use Yoast\WP\SEO\Main; /** * Supported_Features_Route class. */ class Supported_Features_Route implements Route_Interface { /** * Represents the supported features route. * * @var string */ const SUPPORTED_FEATURES_ROUTE = '/supported-features'; /** * Returns the conditionals based in which this loadable should be active. * * @return array */ public static function get_conditionals() { return [ Addon_Installation_Conditional::class, ]; } /** * Registers routes with WordPress. * * @return void */ public function register_routes() { $supported_features_route = [ 'methods' => 'GET', 'callback' => [ $this, 'get_supported_features' ], 'permission_callback' => '__return_true', ]; \register_rest_route( Main::API_V1_NAMESPACE, self::SUPPORTED_FEATURES_ROUTE, $supported_features_route ); } /** * Returns a list of features supported by this yoast seo installation. * * @return WP_REST_Response a list of features supported by this yoast seo installation. */ public function get_supported_features() { return new WP_REST_Response( [ 'addon-installation' => 1, ] ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply