Function wp_rml_rename
Renames a folder and then checks, if there is no duplicate folder in the parent folder.
Located at
api/folders.php
Parameters summary
string |
$name |
String New name of the folder |
integer |
$id |
The ID of the folder |
boolean |
$supress_validation = false |
Supress the permission validation |
Return value summary
boolean|string[]
|
true or array with error strings |