🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 05:48:25 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
reenrihair.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
helpers
📍 /home/therahul/reenrihair.com/wp-content/plugins/wordpress-seo/src/helpers
🔄 Refresh
✏️
Editing: require-file-helper.php
Writable
<?php namespace Yoast\WP\SEO\Helpers; /** * Represents a file helper. */ class Require_File_Helper { /** * Activates the plugin based on the given plugin file. * * @param string $path The path to the required file. * * @return void */ public function require_file_once( $path ) { require_once $path; } }
💾 Save Changes
❌ Cancel