Label tekst FacetWP wijzigen
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 );
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 );