Function wp_rml_dropdown
This functions returns a HTML formatted string which contains options-tag elements with all folders, collections and galleries.
Returns:
string
Located at folders.php
Located at folders.php
Parameters summary
mixed |
$selected |
The selected item, "" => "All Files", _wp_rml_root() => "Root", int => Folder ID. Can also be an array for multiple select (since 3.1.2) |
int[] |
$disabled |
Which folder types are disabled. Default disabled is RML_TYPE_COLLECTION |
boolean |
$useAll = true |
boolean Defines, if "All Files" should be showed |