Filter: RML/User/Settings/Content/$tabGroup

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! If you want to add content to the "General" tab you can use the filter RML/User/Settings/Content.

Parameters:
Name Type Description
$content string

The HTML content

$user int

The current user id

Since:
  • 3.2
Returns:

The HTML content

Type
string