You appear to be a bot. Output may be restricted
Description
Implement "personal_options_update" for oik-userThis action is invoked if IS_PROFILE_PAGE is true
Usage
oiku_personal_options_update( $ID );
Parameters
- $ID
- ( mixed ) required –
Returns
voidSource
File name: oik-user/admin/oik-user.phpLines:
1 to 3 of 3
function oiku_personal_options_update( $ID ) { oiku_edit_user_profile_update( $ID ); }View on GitHub