slimstat_init_options
Applied to the plugin’s settings upon init. It allows third party tools to change the options as needed.
self::$options = apply_filters('slimstat_init_options', self::$options);
Updated on Nov 06, 2023
Applied to the plugin’s settings upon init. It allows third party tools to change the options as needed.
self::$options = apply_filters('slimstat_init_options', self::$options);