*

Web

  • ****
  • 183 posts
Category meta title
« on: May 07, 2020, 08:00:35 AM »
How can I get category meta
 title and description?

Try this one => category_title not working

*

Web

  • ****
  • 183 posts
Re: Category meta title
« Reply #1 on: May 11, 2020, 02:44:25 PM »
?????

*

MB Themes

Re: Category meta title
« Reply #2 on: May 11, 2020, 07:53:58 PM »
@Web
Such helper functions are not available in plugin, you must go via model.
Code: [Select]
$category_meta = ModelAisCategory::newInstance()->findByCategoryId( $category_id, osc_current_user_locale() );
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots