Home › Forums › Support › After Content Hook › Reply To: After Content Hook
April 20, 2016 at 2:21 am
#188080
Thank you, but this plugins compatible up to 4.3.3 wordpress version and I have 4.4.2. What to do? 🙁
Is it any opportunity to write smth like this:
“After Content” hook.
<?php if ( is_single() ) : ?>
<strong><em>Do Arbitrary widget???</em></strong>
<?php endif; ?>