🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 04:22:37 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
services
/
health-check
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/services/health-check
🔄 Refresh
✏️
Editing: report-builder-factory.php
Writable
<?php namespace Yoast\WP\SEO\Services\Health_Check; /** * Creates Report_Builder instances. */ class Report_Builder_Factory { /** * Creates a new Report_Builder instance. * * @param string $test_identifier The test identifier as a string. * @return Report_Builder The new Report_Builder instance. */ public function create( $test_identifier ) { $instance = new Report_Builder(); return $instance->set_test_identifier( $test_identifier ); } }
💾 Save Changes
❌ Cancel