xprofile_fields_deleted_field, $field
xprofile_fields_deleted_field, $field
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('xprofile_fields_deleted_field, $field') is found 1 times:
- /bp-xprofile/bp-xprofile-admin.php line 782
* @since 1.0.0 * * @param BP_XProfile_Field $field Current BP_XProfile_Field object. */ do_action( 'xprofile_fields_deleted_field', $field ); } xprofile_admin_screen( $message, $type ); } }