ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/services/health-check
/
home
mhhtmff
www
site
wp-content
plugins
wordpress-seo
src
services
health-check
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
default-tagline-check.php
1.42 MB
chmod
View
DL
Edit
Rename
Delete
default-tagline-reports.php
2.26 MB
chmod
View
DL
Edit
Rename
Delete
default-tagline-runner.php
1.11 MB
chmod
View
DL
Edit
Rename
Delete
health-check.php
2.42 MB
chmod
View
DL
Edit
Rename
Delete
links-table-check.php
1.41 MB
chmod
View
DL
Edit
Rename
Delete
links-table-reports.php
3.41 MB
chmod
View
DL
Edit
Rename
Delete
links-table-runner.php
2 MB
chmod
View
DL
Edit
Rename
Delete
myyoast-api-request-factory.php
489 B
chmod
View
DL
Edit
Rename
Delete
page-comments-check.php
1.39 MB
chmod
View
DL
Edit
Rename
Delete
page-comments-reports.php
2.38 MB
chmod
View
DL
Edit
Rename
Delete
page-comments-runner.php
835 B
chmod
View
DL
Edit
Rename
Delete
postname-permalink-check.php
1.43 MB
chmod
View
DL
Edit
Rename
Delete
postname-permalink-reports.php
2.66 MB
chmod
View
DL
Edit
Rename
Delete
postname-permalink-runner.php
908 B
chmod
View
DL
Edit
Rename
Delete
report-builder-factory.php
464 B
chmod
View
DL
Edit
Rename
Delete
report-builder.php
4.91 MB
chmod
View
DL
Edit
Rename
Delete
reports-trait.php
927 B
chmod
View
DL
Edit
Rename
Delete
runner-interface.php
277 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/services/health-check/reports-trait.php
<?php namespace Yoast\WP\SEO\Services\Health_Check; /** * Used by classes that use a health check Report_Builder. */ trait Reports_Trait { /** * The factory for the builder object that generates WordPress-friendly test results. * * @var Report_Builder_Factory */ private $report_builder_factory; /** * The test identifier that's set on the Report_Builder. * * @var string */ private $test_identifier = ''; /** * Sets the name that WordPress uses to identify this health check. * * @param string $test_identifier The identifier. * @return void */ public function set_test_identifier( $test_identifier ) { $this->test_identifier = $test_identifier; } /** * Returns a new Report_Builder instance using the set test identifier. * * @return Report_Builder */ private function get_report_builder() { return $this->report_builder_factory->create( $this->test_identifier ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply