// Set the ratio to 10% only for praedikat (where the filter slug is "praedikat") add_filter( "fibofilters/config/content_aware_filters_ratio/url_slug=praedikat", function() { return 0.1; } );