Yoast\WP\SEO\Generators\Schema\Third_Party
CoAuthor::determine_user_id()
Determines a User ID for the Person data.
Метод класса: CoAuthor{}
Хуков нет.
Возвращает
true|false|int
. User ID or false upon return.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->determine_user_id();
Код CoAuthor::determine_user_id() CoAuthor::determine user id Yoast 21.6
protected function determine_user_id() { return $this->user_id; }