- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Tweaks › eMember – getting ether content and page builder to respect security!
Tagged: builder, Content Builder, page builder, WP eMember
Hello fellow eMember’s,
I am using the great Ether Content Builder (ECB) Plugin that allows easy layouts and wigetizes your design. My problem … pages protected by eMember would nevertheles be rendered by ECB. The final solution I am currently using (thanks to Por Design Support):
Add the following to your functions.php file of your theme (in your theme folder)
remove_filter('the_content','secure_content');
add_filter('the_content','secure_content', 1000);
I prefer to redeclare priority in the themfolder because it allows you to update eMember without worries and the need to re-edit the eMember source.
Regards
Max
I know that this post is 4 years old, but I’d like to give Max a big thank you for posting this!!! It saved my bacon in a project that just went live.
Thank you very much!
Frank