Uses
| Uses | Description |
|---|---|
| wp-admin/includes/class-wp-ms-sites-list-table.php: wpmu_blogs_columns | Filters the displayed site columns in Sites list table. |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
| wp-includes/plugin.php: has_filter() | Check if any filter has been registered for a hook. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |