Yoast\WP\SEO\Helpers
Wordproof_Helper::integration_is_disabled()
Устарела с версии 22.10. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.
Returns if conditionals are met. If not, the integration should be disabled.
Метод класса: Wordproof_Helper{}
Хуков нет.
Возвращает
true|false|Строку
. Returns if the integration should be disabled.
Использование
$Wordproof_Helper = new Wordproof_Helper(); $Wordproof_Helper->integration_is_disabled( $return_conditional );
- $return_conditional(true|false)
- If the conditional class name that was unmet should be returned.
По умолчанию: false
Список изменений
Устарела с | 22.10 |
Код Wordproof_Helper::integration_is_disabled() Wordproof Helper::integration is disabled Yoast 25.0
public function integration_is_disabled( $return_conditional = false ) { \_deprecated_function( __METHOD__, 'Yoast SEO 22.10' ); return true; }