Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
hirenshah
0
followers
·
13
following
View GitHub Profile
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
1
Forked
1
Starred
10
Sort:
Recently created
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
0 forks
0 comments
0 stars
hirenshah
/
Ultimate Member 2.1 - Add search & reset buttons in member directory
Last active
April 27, 2020 20:32
— forked from
champsupertramp/Ultimate Member 2.1 - Add search & reset buttons in member directory
Ultimate Member 2.1 - Add search & reset buttons in member directory
View
Ultimate Member 2.1 - Add search & reset buttons in member directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
<?php
// fixed reset button not working
add_action("um_members_directory_head", "um_custom_members_directory_head", 10, 1);
function um_custom_members_directory_head($args)
{
?>
// added JavaScript to clear the search bar, filters and remove those criteria from the URL as well
<script type="text/javascript">
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.