Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
wordpres...
/
src
/
helpers
•
File:
require-file-helper.php
•
Content:
<?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. */ public function require_file_once( $path ) { require_once $path; } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List