mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added hook arguments ($form_id, $not_searched) to 'um_members_directory_head';
This commit is contained in:
@@ -345,7 +345,7 @@ if ( ( ( $search && $show_search ) || ( $filters && $show_filters && count( $sea
|
||||
<?php
|
||||
}
|
||||
}
|
||||
do_action( 'um_members_directory_head', $args ); ?>
|
||||
do_action( 'um_members_directory_head', $args, $form_id, $not_searched ); ?>
|
||||
</div>
|
||||
|
||||
<div class="um-members-wrapper"></div>
|
||||
|
||||
Reference in New Issue
Block a user