mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +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
|
<?php
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
do_action( 'um_members_directory_head', $args ); ?>
|
do_action( 'um_members_directory_head', $args, $form_id, $not_searched ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="um-members-wrapper"></div>
|
<div class="um-members-wrapper"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user