The activation tag has no wiki summary.
0
votes
1answer
37 views
How do you disable account activation in WPMU and then log the user in right away?
Is there a way to disable account activation for WPMU then log the user in and redirect them to another page?
I am running on WPMU with BuddyPress.
0
votes
1answer
61 views
register_activation_hook in oop approach
I tried to develop a plugin in OOP approach.
I tried to load all the function needed inside the constructor class e.g action hooks. The problem is this hook "register_activation_hook". It wont load ...
0
votes
0answers
16 views
Plugin De/Activation Not Firing On MultiSite install
I have a very rudimentary plugin in development, but at the point of needing to enable the register_activation_hook() and register_deactivation_hook() I have stalled. I am getting zero output from ...
0
votes
0answers
19 views
admin_notices not working on plugin activation
The class "My_Plugin" initializes my plugin and the class "My_Plugin_Notices" is supposed to output various admin notices with its methods.
I set the property "admin_notices" in "My_Plugin" as an ...