apply_filters( 'RML/Folder/Meta/Content/$tabGroup', $content, $folder ) → {string}
Add content to the folder metabox. Do not use this filter directly instead use the
add_rml_meta_box() function! If you want to add content to the "General" tab you
can use the filter RML/Folder/Meta/Content
.
Parameters:
Name | Type | Description |
---|---|---|
$content |
string | The HTML content |
$folder |
IFolder | The folder object |
- Since:
- 3.3.1 $folder can never be null
Returns:
The HTML content
- Type
- string