Remove the My Packages
-
Hey tehre,
We´re using this line of code to remove the my packages, but this does not realy work.
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’ ) );
}
has someone an idea?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Remove the My Packages’ is closed to new replies.