Title: bodiashv's Replies | WordPress.org

---

# bodiashv

  [  ](https://wordpress.org/support/users/bodiashv/)

 *   [Profile](https://wordpress.org/support/users/bodiashv/)
 *   [Topics Started](https://wordpress.org/support/users/bodiashv/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bodiashv/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bodiashv/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bodiashv/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bodiashv/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bodiashv/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Verification by PickPlugins] User Verification. Update verification status.](https://wordpress.org/support/topic/user-verification-update-verification-status/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/user-verification-update-verification-status/#post-14546170)
 * [@hasanrang05](https://wordpress.org/support/users/hasanrang05/) thank you for
   your answers!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Verification by PickPlugins] User Verification. Update verification status.](https://wordpress.org/support/topic/user-verification-update-verification-status/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/user-verification-update-verification-status/#post-14545920)
 * [@hasanrang05](https://wordpress.org/support/users/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?
    -  This reply was modified 5 years, 1 month ago by [bodiashv](https://wordpress.org/support/users/bodiashv/).
    -  This reply was modified 5 years, 1 month ago by [bodiashv](https://wordpress.org/support/users/bodiashv/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Verification by PickPlugins] User Verification. Update verification status.](https://wordpress.org/support/topic/user-verification-update-verification-status/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/user-verification-update-verification-status/#post-14544343)
 * [@hasanrang05](https://wordpress.org/support/users/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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Verification by PickPlugins] Ignoring Verification at login](https://wordpress.org/support/topic/ignoring-verification-at-login/)
 *  [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/ignoring-verification-at-login/#post-14503487)
 * I have the same issue. Maybe we need hook or filter to override function that
   check user_activation_status at login.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Delivery & Pickup Date Time for WooCommerce] Problem with using Loco Translate plugin](https://wordpress.org/support/topic/problem-with-using-loco-translate-plugin/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-using-loco-translate-plugin/#post-13622059)
 * [@shoroar](https://wordpress.org/support/users/shoroar/) oh, sorry) thank you
   very much))
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Product Timer for WooCommerce] Problem with changing status “In stock”](https://wordpress.org/support/topic/problem-with-changing-status-in-stock/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-changing-status-in-stock/#post-13605400)
 * [@wpclever](https://wordpress.org/support/users/wpclever/) ,could you answer 
   me something?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Product Timer for WooCommerce] Problem with changing status “In stock”](https://wordpress.org/support/topic/problem-with-changing-status-in-stock/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-changing-status-in-stock/#post-13595428)
 * [@wpclever](https://wordpress.org/support/users/wpclever/) , also, how long “
   change status” by plugin affect the product? When it stop work?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Product Timer for WooCommerce] Problem with changing status “In stock”](https://wordpress.org/support/topic/problem-with-changing-status-in-stock/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/problem-with-changing-status-in-stock/#post-13595393)
 * [@wpclever](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Measurement Price Calculator (add to cart)](https://wordpress.org/support/topic/measurement-price-calculator-add-to-cart/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/measurement-price-calculator-add-to-cart/#post-13409954)
 * [@jricketts4](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Measurement Price Calculator (add to cart)](https://wordpress.org/support/topic/measurement-price-calculator-add-to-cart/)
 *  Thread Starter [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/measurement-price-calculator-add-to-cart/#post-13409540)
 * [@jricketts4](https://wordpress.org/support/users/jricketts4/) ,If i bought plugin
   from other marketplace platform(like codecanyon), can I ask the question where
   you said?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jav's - WooCommerce and Trello integration WooTrello] Card duplicates](https://wordpress.org/support/topic/card-duplicates/)
 *  [bodiashv](https://wordpress.org/support/users/bodiashv/)
 * (@bodiashv)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/card-duplicates/#post-13203195)
 * [@javmah](https://wordpress.org/support/users/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?

Viewing 11 replies - 1 through 11 (of 11 total)