Yoast\WP\SEO\User_Meta\Framework\Additional_Contactmethods
Tumblr{}
The Tumblr contactmethod.
Хуков нет.
Использование
$Tumblr = new Tumblr(); // use class methods
Методы
- public get_key()
- public get_label()
Код Tumblr{} Tumblr{} Yoast 25.1
class Tumblr implements Additional_Contactmethod_Interface { /** * Returns the key of the Tumblr contactmethod. * * @return string The key of the Tumblr contactmethod. */ public function get_key(): string { return 'tumblr'; } /** * Returns the label of the Tumblr field. * * @return string The label of the Tumblr field. */ public function get_label(): string { return \__( 'Tumblr profile URL', 'wordpress-seo' ); } }