Yoast\WP\SEO\Helpers

Aioseo_Helper::get_global_option()publicYoast 1.0

Retrieves the option where the global settings exist.

Метод класса: Aioseo_Helper{}

Хуков нет.

Возвращает

Массив. The option where the global settings exist.

Использование

$Aioseo_Helper = new Aioseo_Helper();
$Aioseo_Helper->get_global_option();

Код Aioseo_Helper::get_global_option() Yoast 22.3

public function get_global_option() {
	return \json_decode( \get_option( 'aioseo_options', '' ), true );
}