Reply To: After Content Hook

Home Forums Support After Content Hook Reply To: After Content Hook

Home Forums Support After Content Hook Reply To: After Content Hook

#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 7 years, 12 months ago by Tom.