Changes between Initial Version and Version 1 of Ticket #7445, comment 8
- Timestamp:
- 02/17/2017 05:41:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7445, comment 8
initial v1 1 Technically, no it doesn'tsince the "Users > Profile Fields" page is using the following to hook to the admin menu:1 Technically, no we do not have to use `bp_get_admin_url()` here since the "Users > Profile Fields" page is using the following to hook to the admin menu: 2 2 3 3 `add_action( bp_core_admin_hook(), 'xprofile_add_admin_menu' );`