WPSEO_Options::get_instance()
Get the singleton instance of this class.
Метод класса: WPSEO_Options{}
Хуков нет.
Возвращает
Объект
.
Использование
$result = WPSEO_Options::get_instance();
Код WPSEO_Options::get_instance() WPSEO Options::get instance Yoast 24.9
public static function get_instance() { if ( ! ( static::$instance instanceof self ) ) { static::$instance = new self(); } return static::$instance; }