H
H
HAbRAhabp2015-12-29 20:55:35
PHP
HAbRAhabp, 2015-12-29 20:55:35

Is there a Wordpress event fired when a plugin is activated?

Good afternoon, is there such an event that is executed when a plugin is registered? Let's assume that it is

function onRegister () {
header ("Location: /");
}
add_action ("onPlugin"/* вымышленное название*/, 'onRegister');

and upon registration, a redirect to the main page will immediately occur

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
wol_fi, 2015-12-29
@HAbRAhabp

yes, register_activation_hook

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question