Skip to content

theme_meta_description

diyphpdeveloper edited this page Apr 12, 2019 · 1 revision

USAGE

Sets or outputs the current page's meta description

Setting the meta description:

{{ do theme_meta_description('My Page Description') }}

Printing the current meta description:

{{ theme_meta_description() }}
Clone this wiki locally