📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 14:26:47
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
services
/
health-check
📍 /home/apkbfjox/shamapk.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