Voeg deze code toe aan functions.php van je thema of Code Snippets.


add_filter( 'facetwp_sort_options', function( $options, $params ) {
    $options['default']['label'] = 'Label titel';
    return $options;
}, 10, 2 );