Skip to content

Instantly share code, notes, and snippets.

@propertyhive
Created January 14, 2026 14:33
Show Gist options
  • Select an option

  • Save propertyhive/7a5e607bff6fb5f6cd573707c1a33b67 to your computer and use it in GitHub Desktop.

Select an option

Save propertyhive/7a5e607bff6fb5f6cd573707c1a33b67 to your computer and use it in GitHub Desktop.
add_action('propertyhive_after_search_form_controls', 'add_reset_button', 10, 2 );
function add_reset_button( $id, $form_controls )
{
echo '<input type="reset" value="Reset" />';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment