Created
November 17, 2016 17:34
-
-
Save SeanChDavis/10e7e126d85f4b2a53c53185394aaf44 to your computer and use it in GitHub Desktop.
FES custom products name filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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