Home › Forums › Support › After Content Hook › Reply To: After Content Hook
April 21, 2016 at 1:53 am
#188288
Vika
Thank you very much guys, Roberto and Tom! It really works!
Instead of only one small point:
this didn’t work:
<?php if ( is_single() && 'Russian' == pll_current_language('name') ) : ?>
I used:
<?php if ( is_single() && 'en' == pll_current_language() ) : ?>
hope our solving of this issue will be usefull to somebody else! 🙂
- This reply was modified 8 years, 5 months ago by Tom.