Untitled

Anonymous
plain_text
09/11/2024 10:22 AM
332 B
18
Indexable
add_filter( 'fibofilters/i18n/front_translations', function ( $translations ) {

	if ( array_key_exists( '[front]All filters', $translations ) ) {
		$translations['[front]All filters'][0] = 'Your text...';
	}
	
	return $translations;
} );
Editor is loading...
Leave a Comment