Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Generosus

    (@generosus)

    Update:

    I reviewed your updated plugin code and identified the filters. They are:

    add_filter('analytify_widget_top_countries_filter', static function ($value) {
    return $value = 10;
    });

    add_filter('analytify_widget_top_pages_by_views_filter', static function ($value) {
    return $value = 10;
    });

    add_filter('analytify_widget_top_keywords_filter', static function ($value) {
    return $value = 10;
    });

    add_filter('analytify_widget_top_refferals_filter', static function ($value) {
    return $value = 10;
    });

    Where $value = N represents the number of results to be displayed in the widget.

    They all work well. Please add them to your documentation.

    I will close this topic as “Resolved” when the filters are added to your documentation (or you can close it yourself).

    Thank you!

    Plugin Support Emma

    (@emma24)

    Hey @generosus,

    Yup! You’re right. These are the new filters.

    Sorry for the inconvenience! We’ll update them in the relevant doc. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.