Home › Forums › Pro Support › Shortcodes within Post Content › Reply To: Shortcodes within Post Content
June 24, 2018 at 10:02 pm
#5022
Keymaster
Hi there,
You can try this hook:
add_action( 'wpsp_before_content', 'tu_add_before_wpsp_content' );
function tu_add_before_wpsp_content() {
// Add your code in here
}
Let me know if that does it 🙂