Translatable Fields
-
Hi there!
Need some help please. I am using this plugin to generate a photo gallery and my client wants to have 3 different languages on his site. The problem is that I want to translate the load button of this gallery.
I currently use WPGlobus to translate my content, but all the fields (in order to be translatable) needs to have apply_filter() function like this before they get echoed.
$someVar = apply_filters( ‘the_title’, $buttonText );
Is there any solution to this please? Or can I hook any function before the content is loaded to apply that filter? Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Translatable Fields’ is closed to new replies.