- updated search users form shortcode for integrate with new member directories;

This commit is contained in:
nikitasinelnikov
2019-10-18 13:01:40 +03:00
parent 6e7eee89bf
commit 3122e79e37
13 changed files with 232 additions and 142 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class UM_Search_Widget extends \WP_Widget {
}
// display the search form
um_search_form();
echo do_shortcode( '[ultimatemember_searchform /]' );
echo $args['after_widget'];
}