Home › Forums › Pro Support › WP Show Posts 1.1 › Reply To: WP Show Posts 1.1
January 12, 2018 at 10:16 am
#3271
Participant
Hi Tom can you confirm the use of the new wrapper hook?
add_action( 'wpsp_inside_wrapper hook','db_wpsp_content' );
function db_wpsp_content() { ?>
<p>Hello</p>
<?php }
David