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!
Parameters:
Name | Type | Description |
---|---|---|
$content |
string | The HTML content |
$folder |
IFolder | The folder object |
- Since:
- 3.3.1 $folder can never be null
- Source:
Returns:
The HTML content
- Type
- string