Requiring "/pluggable.php" conflicts with other plugins
-
Since Event Calendar/Scheduler requires “/pluggable.php”, no other plugin can use those functions (ie. S2Member, specifically, can’t use the wp_new_user_notification() function).
Can you update your plugin to use something else, like:
require (ABSPATH . '/wp-load.php');
instead of requiring “/pluggable.php”?
See this article: https://www.s2member.com/forums/topic/strange-conflict-with-plugin/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Requiring "/pluggable.php" conflicts with other plugins’ is closed to new replies.