Osclass Support Forums

Osclass plugin support => Favorite Items Plugin => Topic started by: atba on February 26, 2019, 01:54:25 PM

Title: Counter
Post by: atba on February 26, 2019, 01:54:25 PM
Hello! Can I implement a counter for the number of added ads?
Title: Re: Counter
Post by: MB Themes on February 26, 2019, 03:51:27 PM
Helpers for item counts
osc_total_active_items() - Gets total number of active items
osc_total_items() - Gets total number of all items
osc_total_active_items_today() - Gets total number of active items today
osc_total_items_today() - Gets total number of all items today
Title: Re: Counter
Post by: atba on February 27, 2019, 09:24:20 AM
This refers to ads marked as favorite
Title: Re: Counter
Post by: MB Themes on February 27, 2019, 02:42:48 PM
I see, this one is not available yet due to performance question.