apply_filters( 'RML/User/Settings/Content[/$tabGroup]', $content, $user ) → {string}
Add content to the general settings. Do not use this filter directly instead use the
add_rml_user_settings_box() function!
Parameters:
Name | Type | Description |
---|---|---|
$content |
string | The HTML content |
$user |
int | The current user id |
- Since:
- 3.2
- Source:
Returns:
The HTML content
- Type
- string