Filter: RML/$type/Groups

apply_filters( 'RML/$type/Groups', $tabs ) → {array}

Add a tab group to the folder details or user settings dialog. You cam use this function together with add_rml_meta_box() or add_rml_user_settings_box(). Allowed $types: "User/Settings"|"Folder/Meta".

Parameters:
Name Type Description
$tabs array

The tabs with key (unique tab name) and value (display text)

Since:
  • 3.3
Returns:

The tabs

Type
array