Skip to content

theme_meta_keywords

diyphpdeveloper edited this page Apr 12, 2019 · 1 revision

USAGE

Sets or outputs the current page's meta keywords

Setting the meta keywords:

{{ do theme_meta_keywords('keyword1, keyword2, keyword3') }}

Printing the current meta keywords:

{{ theme_meta_keywords() }}
Clone this wiki locally