| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/coauthors-plus-activated-conditional.php.tar |
plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-activated-conditional.php 0000644 00000000775 15111767056 0036337 0 ustar 00 home/xbodynamge/lebauwcentre/wp-content <?php
namespace Yoast\WP\SEO\Conditionals\Third_Party;
use Yoast\WP\SEO\Conditionals\Conditional;
/**
* Conditional that is met when the CoAuthors Plus plugin is installed and activated.
*/
class CoAuthors_Plus_Activated_Conditional implements Conditional {
/**
* Checks if the CoAuthors Plus plugin is installed and activated.
*
* @return bool `true` when the CoAuthors Plus plugin is installed and activated.
*/
public function is_met() {
return \defined( 'COAUTHORS_PLUS_VERSION' );
}
}
plugins/wordpress-seo/src/conditionals/third-party/coauthors-plus-activated-conditional.php 0000644 00000000775 15114635615 0036542 0 ustar 00 home/xbodynamge/crosstraining/wp-content <?php
namespace Yoast\WP\SEO\Conditionals\Third_Party;
use Yoast\WP\SEO\Conditionals\Conditional;
/**
* Conditional that is met when the CoAuthors Plus plugin is installed and activated.
*/
class CoAuthors_Plus_Activated_Conditional implements Conditional {
/**
* Checks if the CoAuthors Plus plugin is installed and activated.
*
* @return bool `true` when the CoAuthors Plus plugin is installed and activated.
*/
public function is_met() {
return \defined( 'COAUTHORS_PLUS_VERSION' );
}
}