Untitled

 avatar
unknown
plain_text
10 months ago
247 B
6
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