|
|
@ -172,7 +172,7 @@ class Reuna_Mailchimp { |
|
|
|
|
|
|
|
|
$this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_scripts' ); |
|
|
$this->loader->add_action( 'wp_enqueue_scripts', $plugin_public, 'enqueue_scripts' ); |
|
|
$this->loader->add_action( 'rest_api_init', $plugin_public, 'register_rest_api_routes' ); |
|
|
$this->loader->add_action( 'rest_api_init', $plugin_public, 'register_rest_api_routes' ); |
|
|
$this->loader->add_action( 'user_register', $plugin_public, 'create_subscriber' ); |
|
|
|
|
|
|
|
|
$this->loader->add_action( 'user_register', $plugin_public, 'handle_user_register' ); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|