Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: wp_get_attachment_id3_keys | Filters the editable list of keys to look up data from an attachment’s metadata. |