Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
wordpres...
/
src
/
exceptio...
/
oauth
/
tokens
•
File:
empty-property-exception.php
•
Content:
<?php namespace Yoast\WP\SEO\Exceptions\OAuth\Tokens; use Exception; /** * Class Empty_Property_Exception */ class Empty_Property_Exception extends Exception { /** * Empty_Property_Exception constructor. * * @param string $property The property that is empty. */ public function __construct( $property ) { parent::__construct( \sprintf( 'Token creation failed. Property `%s` cannot be empty.', $property ), 400 ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List