__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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\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 );
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default-tagline-check.php | File | 1.42 KB | 0775 |
|
| default-tagline-reports.php | File | 2.26 KB | 0775 |
|
| default-tagline-runner.php | File | 1.11 KB | 0775 |
|
| health-check.php | File | 2.42 KB | 0775 |
|
| links-table-check.php | File | 1.41 KB | 0775 |
|
| links-table-reports.php | File | 3.41 KB | 0775 |
|
| links-table-runner.php | File | 2 KB | 0775 |
|
| myyoast-api-request-factory.php | File | 489 B | 0775 |
|
| page-comments-check.php | File | 1.39 KB | 0775 |
|
| page-comments-reports.php | File | 2.38 KB | 0775 |
|
| page-comments-runner.php | File | 835 B | 0775 |
|
| postname-permalink-check.php | File | 1.43 KB | 0775 |
|
| postname-permalink-reports.php | File | 2.66 KB | 0775 |
|
| postname-permalink-runner.php | File | 908 B | 0775 |
|
| report-builder-factory.php | File | 464 B | 0775 |
|
| report-builder.php | File | 4.93 KB | 0775 |
|
| reports-trait.php | File | 927 B | 0775 |
|
| runner-interface.php | File | 277 B | 0775 |
|