Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Last active March 5, 2026 10:23
Show Gist options
  • Select an option

  • Save plugin-republic/35e53296a2e0bb91ac9e1e8e4189e38e to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/35e53296a2e0bb91ac9e1e8e4189e38e to your computer and use it in GitHub Desktop.
<?php
remove_action( 'pewc_after_group_wrap', 'pewc_display_clear_all_button', 21 );
// Place Clear All Options above totals summary
add_action( 'pewc_after_group_wrap', 'pewc_display_clear_all_button', 0, 3 );
// Place Clear All Options above all fields
// add_action( 'pewc_start_groups', function( $args ) {
// pewc_display_clear_all_button( $args[0], null, array() );
// } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment