problem using another plugin's class…
-
I would like to adapt a WP plugin for BuddyPress. My BP plugin uses the WP plugin; which is contained inside a class “mapress”.
The WP plugin fires it like this : $mappress = new mapress().
But in my BP plugin, if I set $bp_mappress = new mapress();
I got an error : Class ‘mappress’ not found.
Why is the class not found ?
Thanks !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘problem using another plugin's class…’ is closed to new replies.