🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 04:18:48 | 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: runner-interface.php
Writable
<?php namespace Yoast\WP\SEO\Services\Health_Check; /** * Interface for the health check runner. The abstract Health_Check uses this to run a health check. */ interface Runner_Interface { /** * Runs the health check. * * @return void */ public function run(); }
💾 Save Changes
❌ Cancel