Combining multiple plugins into one
-
Hi,
I’ve got some 5-6 plugins which deliver certain bonus upon purchase (via woocommerce).
1 basic class which others extend to. I’ve had an idea running them in a certain order within the basic class using a custom hook.
My question is: is it possible to fire actions using something like this?
add_action( 'my_custom_hook', array( $className, 'my_method'));
(couldn’t find any documentation or code examples for this)
Thanks in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Combining multiple plugins into one’ is closed to new replies.