Osclass Support Forums

Osclass plugin support => Seo Plugins => Topic started by: Web on May 07, 2020, 08:00:35 AM

Title: Category meta title
Post by: Web on May 07, 2020, 08:00:35 AM
How can I get category meta
 title and description?

Try this one => category_title not working
Title: Re: Category meta title
Post by: Web on May 11, 2020, 02:44:25 PM
?????
Title: Re: Category meta title
Post by: MB Themes 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() );