Back to Filters

Updated on Jun 10, 2024

slimstat_db_filters_normalized

The slimstat_db_filters_normalized filter allows you to modify the array of normalized filters. These filters are set by the admin through dropdown menus in the Slimstat plugin settings.

Usage

self::$filters_normalized = apply_filters('slimstat_db_filters_normalized', self::$filters_normalized, $_filters);

Explanation

  • self::$filters_normalized: The current array of normalized filters.
  • $_filters: parameter can provide additional context or data needed for modifying the filters.

When the plugin is preparing the filters for use, it applies this filter to the array of normalized filters. This gives developers the opportunity to add, remove, or change the filters before they are used.

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny