WPSEO_Admin_Init::has_postname_in_permalink()
Check if the permalink uses %postname%.
Метод класса: WPSEO_Admin_Init{}
Хуков нет.
Возвращает
true|false
.
Использование
// private - только в коде основоного (родительского) класса $result = $this->has_postname_in_permalink();
Код WPSEO_Admin_Init::has_postname_in_permalink() WPSEO Admin Init::has postname in permalink Yoast 24.0
private function has_postname_in_permalink() { return ( strpos( get_option( 'permalink_structure' ), '%postname%' ) !== false ); }