PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wordpress-seo-premium.13.4.1
/
src
/
conditionals
<?php /** * Yoast SEO plugin file. * * @package Yoast\YoastSEO\Conditionals */ namespace Yoast\WP\SEO\Conditionals; /** * Conditional for the indexables feature flag. */ class Indexables_Feature_Flag_Conditional extends Feature_Flag_Conditional { /** * @inheritDoc */ protected function get_feature_flag() { return 'indexables'; } }
[+]
..
[-] indexables-feature-flag-conditional.php
[edit]
[-] conditional.php
[edit]
[-] no-conditionals.php
[edit]
[-] feature-flag-conditional.php
[edit]
[-] admin-conditional.php
[edit]