/
/
home
/
melaqxso
/
public_html
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
helpers
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/public_html/wp-content/plugins/wordpress-seo/src/helpers
Edit:
/home/melaqxso/public_html/wp-content/plugins/wordpress-seo/src/helpers/require-file-helper.php
<?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; } }
Ukuran: 326 B