bbp_delete_user_options
bbp_delete_user_options
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_delete_user_options') is found 1 times:
- /includes/users/options.php line 767273747576777879808182
delete_user_option(
$user_id
,
$key
);
}
// Allow previously activated plugins to append their own options.
do_action(
'bbp_delete_user_options'
,
$user_id
);
}
/**
* Add filters to each bbPress option
and
allow them to be overloaded from
* inside the
$bbp
->options
array
.
*