diff --git a/core/um-actions-members.php b/core/um-actions-members.php index f092bcc5..ab162013 100644 --- a/core/um-actions-members.php +++ b/core/um-actions-members.php @@ -122,6 +122,10 @@ global $ultimatemember; extract( $args ); + + if ( isset( $args['search'] ) && $args['search'] == 1 && isset( $args['must_search'] ) && $args['must_search'] == 1 && !isset( $_REQUEST['um_search'] ) ) + return; + if ( um_members('total_pages') > 1 ) { // needs pagination ?>