AnsPress shortcode cannot be used inside AnsPress content.
Removing the lines at the location suggested did work, but they are different in my version (2.4.8 is installed).
Each of the following lines needed to be removed or commented out:
if ( true === $ap_shortcode_loaded ) {
_e(‘AnsPress shortcode cannot be used inside AnsPress content.’, ‘anspress-question-answer’ );
return;
}
Is this likely to cause something else to break Rahul?
Rahul Aryan commented on answer
Replace code of that whole file using this one: https://github.com/anspress/anspress/blob/2.4.7/includes/shortcode-basepage.php