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 );
Gewijzigd op: Di, 18 Jan, 2022 om 10:41 AM
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 );
Was dit antwoord nuttig? Ja Nee
Feedback versturen