Yoast\WP\SEO\User_Meta\Framework\Custom_Meta
Keyword_Analysis_Disable::get_value()
Returns the meta value.
Метод класса: Keyword_Analysis_Disable{}
Хуков нет.
Возвращает
Строку
. The meta value.
Использование
$Keyword_Analysis_Disable = new Keyword_Analysis_Disable(); $Keyword_Analysis_Disable->get_value( $user_id ): string;
- $user_id(int) (обязательный)
- The user ID.
Код Keyword_Analysis_Disable::get_value() Keyword Analysis Disable::get value Yoast 23.5
public function get_value( $user_id ): string { return \get_the_author_meta( $this->get_key(), $user_id ); }