Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created January 9, 2026 07:07
Show Gist options
  • Select an option

  • Save jmabbas/a844fd6437c4f4ec20ff9680ad570024 to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/a844fd6437c4f4ec20ff9680ad570024 to your computer and use it in GitHub Desktop.
Cartzilla - Move WooCommerce notice after main
add_action( 'after_setup_theme', function() {
remove_action( 'cartzilla_footer_after', 'woocommerce_output_all_notices', 100 );
add_action( 'cartzilla_footer_before', 'woocommerce_output_all_notices', 100 );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment