mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fix hook params
This commit is contained in:
@@ -100,7 +100,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Navmenu' ) ) {
|
||||
echo $html;
|
||||
?>
|
||||
</p>
|
||||
<?php do_action( 'um_wp_nav_menu_custom_fields', $item_id ); ?>
|
||||
<?php do_action( 'um_wp_nav_menu_custom_fields', $item_id, $um_nav_public ); ?>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user