added message payments in admin menu
This commit is contained in:
@@ -58,7 +58,10 @@ add_filter('wp_new_user_notification_email', 'filter_regitration_email_CIPF', 21
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* OPTIONS
|
||||
*
|
||||
*/
|
||||
|
||||
function set_email_registration_CIPF($email, $is_email_prof, $is_email_partner) {
|
||||
PLGNTLS_class::debug_infos();
|
||||
@@ -73,14 +76,10 @@ function set_email_registration_CIPF($email, $is_email_prof, $is_email_partner)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function get_email_registration_option_CIPF() {
|
||||
PLGNTLS_class::debug_infos();
|
||||
$option_email = PLGNTLS_class::OPTION_EMAIL;
|
||||
|
||||
delete_option($option_email['_name']);
|
||||
$email_option_serialized = get_option($option_email['_name']);
|
||||
if (false === $email_option_serialized) {
|
||||
add_option($option_email['_name'], serialize($option_email['_default']), '', 'no');
|
||||
|
||||
Reference in New Issue
Block a user