Lines:
1 to 15 of 15
<?php /** * Class containing utility static methods for managing SEO custom descriptions for Posts and Pages. * * @package automattic/jetpack */ /* class Jetpack_SEO_Posts */ /* function Jetpack_SEO_Posts::get_post_description() – Build meta description for post SEO. */ /* function Jetpack_SEO_Posts::get_post_custom_description() – Returns post’s custom meta description if it is set, and if SEO tools are enabled for current blog. */ /* function Jetpack_SEO_Posts::register_post_meta() – Registers the Telf::DESCRIPTION_META_KEY post_meta for use in the REST API. */ /* function Jetpack_SEO_Posts::register_gutenberg_extension() – Register the Advanced SEO Gutenberg extension */