Function collection_privilege_format_function
collection_privilege_format_function is for formatting the binary privileges from the database, including localising them. This is a hook function for a browser column object, so it takes three parameters:
Located at
ui/collection-edit.php
mixed |
$value |
The value of the column. |
BrowserColumn |
$column |
The BrowserColumn object we are hooked into. |
dbrow |
$row |
The row object we read from the database. |
string
|
The formatted privileges. |