Title: Remove link from admin email
Last modified: March 7, 2024

---

# Remove link from admin email

 *  Resolved [bluelee22](https://wordpress.org/support/users/bluelee22/)
 * (@bluelee22)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/)
 * I want to remove the order number from the email that is sent to the administrator
   when there’s a new order.
 * There’s a line on the email-order-detail (but even after removing it, nothing
   changed):
 *     ```wp-block-code
       if ( $sent_to_admin ) {
           $before = '<a style="font-weight: normal;color: ' . esc_attr( $text_link_color ) . '" class="yaymail_builder_link" href="' . esc_url( $order->get_edit_order_url() ) . '">';
           $after  = '</a>';
       ```
   
 * I tried this but didn’t work:
 *     ```wp-block-code
       .yaymail_builder_order {
           display: none !important
       }
       ```
   
 * or
 *     ```wp-block-code
       .yaymail_builder_link {
           display: none !important
       }
       ```
   

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

 *  Plugin Support [alina98](https://wordpress.org/support/users/alina98/)
 * (@alina98)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/#post-17482536)
 * Hi [@bluelee22](https://wordpress.org/support/users/bluelee22/),
   Thanks for reaching
   out!Please let me check with the dev and I will feed you back as soon as possible
   within 24 hours.Kind regards,Alina
 *  Thread Starter [bluelee22](https://wordpress.org/support/users/bluelee22/)
 * (@bluelee22)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/#post-17482545)
 * Thanks.
 *  Plugin Support [mialewp](https://wordpress.org/support/users/mialewp/)
 * (@mialewp)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/#post-17483740)
 * Hello [@bluelee22](https://wordpress.org/support/users/bluelee22/),
   Thanks for
   your patience.Have you tried removing the order number shortcode in the template
   yet? Like this [https://tppr.me/GDV5mZ](https://tppr.me/GDV5mZ).Please check 
   it again.Best regards,Mia
 *  Thread Starter [bluelee22](https://wordpress.org/support/users/bluelee22/)
 * (@bluelee22)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/#post-17488306)
 * Hi there,
 * I don’t want to remove the order number from the email, I just want to remove
   the order link in the admin email.
 * Thanks.
 *  Plugin Support [mialewp](https://wordpress.org/support/users/mialewp/)
 * (@mialewp)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/#post-17489044)
 * Hello [@bluelee22](https://wordpress.org/support/users/bluelee22/),
   The order
   number only be linked to admin in New order template. It does not link to admin
   dashboard with all the rest.In case, you do not want it in New order template
   then you can do custom shortcode to achieve it.Here is the guide how to do custom
   shortcode in YayMail [https://docs.yaycommerce.com/yaymail/upper-area-of-the-editor-screen/custom-shortcode](https://docs.yaycommerce.com/yaymail/upper-area-of-the-editor-screen/custom-shortcode).
   Hope that helps.Best regards,Mia
 *  Thread Starter [bluelee22](https://wordpress.org/support/users/bluelee22/)
 * (@bluelee22)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/#post-17518266)
 * Ok thanks, I’ll give it a try.

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

The topic ‘Remove link from admin email’ is closed to new replies.

 * ![](https://ps.w.org/yaymail/assets/icon-256x256.gif?rev=2900992)
 * [YayMail - WooCommerce Email Customizer](https://wordpress.org/plugins/yaymail/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yaymail/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yaymail/)
 * [Active Topics](https://wordpress.org/support/plugin/yaymail/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yaymail/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yaymail/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [bluelee22](https://wordpress.org/support/users/bluelee22/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/remove-link-from-admin-email/#post-17518266)
 * Status: resolved