WPSEO_Features::is_free() public Yoast 1.0
Checks if using the free version of the plugin.
{} Это метод класса: WPSEO_Features{}
Хуков нет.
Возвращает
true/false.
Использование
$WPSEO_Features = new WPSEO_Features(); $WPSEO_Features->is_free();
Код WPSEO_Features::is_free() WPSEO Features::is free Yoast 15.9.1
public function is_free() {
return ! $this->is_premium();
}