WooCommerce is a shopping cart plugin for Wordpress

Remove “Process your orders on the go. Get the app.” from WooCommerce emails

30 second read

After a recent WordPress plugin update, WooCommerce administrators now receive confirmation order emails with “Process your orders on the go. Get the app.” at the bottom.

Not everyone wants this and some are upset that this has suddenly appeared in their emails. You can get a taste of user frustrations here and here.

How to remove the message

If you want to remove the message, one option is to add the code below to your functions.php file. Of course, this should be in your child theme’s functions.php so it doesn’t get overwritten at a later date.

/**
 * Disable messages about the mobile apps in WooCommerce emails.
 * https://wordpress.org/support/topic/remove-process-your-orders-on-the-go-get-the-app/
 */
function mtp_disable_mobile_messaging( $mailer ) {
    remove_action( 'woocommerce_email_footer', array( $mailer->emails['WC_Email_New_Order'], 'mobile_messaging' ), 9 );
}
add_action( 'woocommerce_email', 'mtp_disable_mobile_messaging' );

About Us

If you need help improving the organic ranking of your website in Google’s search engine results, we’re a friendly bunch of SEO nerds who would love to discuss how we may be able to help. Why not book your SEO consultation today?