Fix File
•
/
home
/
sportsfe...
/
www
/
wp-conte...
/
plugins
/
wordpres...
/
src
/
deprecat...
/
src
/
conditio...
/
third-pa...
•
File:
wordproof-plugin-inactive-conditional.php
•
Content:
<?php namespace Yoast\WP\SEO\Conditionals\Third_Party; use Yoast\WP\SEO\Conditionals\Conditional; /** * Conditional that is met when the WordProof Timestamp plugin is inactive. * * @deprecated 22.10 * @codeCoverageIgnore */ class Wordproof_Plugin_Inactive_Conditional implements Conditional { /** * Returns whether or not the WordProof Timestamp plugin is active. * * @deprecated 22.10 * @codeCoverageIgnore * * @return bool Whether or not the WordProof Timestamp plugin is active. */ public function is_met() { \_deprecated_function( __METHOD__, 'Yoast SEO 22.10' ); return ! \defined( 'WORDPROOF_VERSION' ); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List