AI Verified

Name

No Order Status on My Account Order Page

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

jbeer

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: Not Specified

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

14/11/2022

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

No Order Status on My Account Order Page

 
                    
1add_filter('woocommerce_my_account_my_orders_columns', 'my_custom_function_name', 10);
2 
3function my_custom_function_name($order){
4 unset($order['order-status']);
5 return $order;
6}

0

Related Snippets

Please see some snippets below related to this snippet..

WooCommerce

AI Verified

2

WooCommerce Move Email Address Field To The Top Of The Checkout

Added: 1 year ago

Last Updated: 2 months ago

Moving the email address field to the top of the checkout seems trivial but actually a smart move. Giving the email address field a priority of 1 in the checkout form ties in very nicely with checkout...

WooCommerce

AI Verified

0

Disable WooCommerce Square Digital Wallets on Product and Cart Pages

Added: 9 months ago

Last Updated: 1 month ago

WooCommerce

AI Verified

1

WooCommerce Change Variable Product Price Range Display

Added: 1 year ago

Last Updated: 2 months ago

If you wish to customise how variable product prices are displayed on both the Product Archive and Single Product templates, then this guide is for you. In this example, we remove the dash between the...

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WooCommerce

AI Verified

3

Confirm Password Field in Woocommerce

Added: 1 year ago

Last Updated: 2 months ago

WooCommerce

AI Verified

3

Redirect customers to own thank-you page after order

Added: 1 year ago

Last Updated: 2 months ago

You may want to redirect your customers to a custom thank you page after they place an order. You can do that with the following WooCommerce snippet

WooCommerce

AI Verified

2

Bypass logout confirmation.

Added: 1 year ago

Last Updated: 3 months ago