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

#188149
Tom
Lead Developer
Lead Developer

That plugin should work fine on the latest version of WP.

If you’re using the Polylang plugin, then you should be able to do this:

<?php if ( is_single() && 'Russian' == pll_current_language('name') ) : ?>
    We're on a single post and Russian is the language
<?php endif; ?>