Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created November 17, 2016 17:34
Show Gist options
  • Select an option

  • Save SeanChDavis/10e7e126d85f4b2a53c53185394aaf44 to your computer and use it in GitHub Desktop.

Select an option

Save SeanChDavis/10e7e126d85f4b2a53c53185394aaf44 to your computer and use it in GitHub Desktop.
FES custom products name filter
<?php // DO NO COPY THIS LINE
function my_custom_products_translation( $products_name ){
return 'Nagranie';
}
add_filter( 'fes_product_constant_plural_uppercase', 'my_custom_products_translation' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment