How to Remove the “My Packages” section from My Account?

 
    add_action( 'plugins_loaded', 'dj_remove_my_jobs', 20 );

    function dj_remove_my_jobs() {
        remove_action( 'woocommerce_before_my_account', array( WC_Paid_Listings_Orders::get_instance(), 'my_packages' ) );
    }

Subscribe To Our Newsletter

Join our mailing list to receive the latest news and updates from our team.

You have Successfully Subscribed!

Share This