Untitled
unknown
plain_text
a year ago
247 B
11
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