avalon23_filter_text_not_active

avalon23_filter_text_not_active - This is needed to change the text on the front end that is displayed if the filter is not activated

Pass two values, text and filter ID

For example, to not show any text:

 apply_filters('avalon23_filter_text_not_active', functions( $text, $filter_id ) { return ''; }, 10 ,2);