bodiashv
Forum Replies Created
-
@hasanrang05 thank you for your answers!)
@hasanrang05 I created my custom email sending when update user
for this in function.php I get plugin settings$user_verification_settings = get_option('user_verification_settings'); $email_template = $user_verification_settings['email_templates_data']['email_resend_key'];
then I fill the email fields by info that I got from settings
$email_to = $user_data->email; $email_bcc = isset($email_template['email_bcc']) ? $email_template['email_bcc'] : ''; $email_from = isset($email_template['email_from']) ? $email_template['email_from'] : get_option('admin_email'); $email_from_name = isset($email_template['email_from_name']) ? $email_template['email_from_name'] : get_bloginfo('name'); $reply_to = isset($email_template['reply_to']) ? $email_template['reply_to'] : get_option('admin_email'); $reply_to_name = isset($email_template['reply_to_name']) ? $email_template['reply_to_name'] : get_bloginfo('name'); $attachments = isset($email_template['attachments']) ? $email_template['attachments'] : ''; ...
and in the end I send email via
$status = wp_mail($email_to, $subject, $email_body, $headers, $attachments);
That is correct way to fixing this issue?
@hasanrang05 thanks for your answer, but I got a problem, if I change verification status via API, email about user success verification doesn’t send. Is there any ways to fix that?
I have the same issue. Maybe we need hook or filter to override function that check user_activation_status at login.
@shoroar oh, sorry) thank you very much))
Forum: Plugins
In reply to: [WPC Product Timer for WooCommerce] Problem with changing status “In stock”@wpclever ,could you answer me something?
Forum: Plugins
In reply to: [WPC Product Timer for WooCommerce] Problem with changing status “In stock”@wpclever , also, how long “change status” by plugin affect the product? When it stop work?
Forum: Plugins
In reply to: [WPC Product Timer for WooCommerce] Problem with changing status “In stock”@wpclever thank’s for your response!
I use Astra theme.
Is it possible to make little changes(like hooks) and change real availability status? Or it is not necessary, because it doesn’t affect on basic functionality?
Forum: Plugins
In reply to: [WooCommerce] Measurement Price Calculator (add to cart)@jricketts4 , I also thought so, but on the marketplace I was told to read the documentation, as they can only tell you how to buy or install the plugin(. Marketplace name nobuna.
Forum: Plugins
In reply to: [WooCommerce] Measurement Price Calculator (add to cart)@jricketts4 ,If i bought plugin from other marketplace platform(like codecanyon), can I ask the question where you said?
Forum: Plugins
In reply to: [jav's - WooCommerce and Trello integration WooTrello] Card duplicates@javmah Hi, i have the last version of your plugin, and i have the same problem with orders duplicate.
Can you help me? Or just tell where I can try to fix it?