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' ) );
}
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.