Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: convert_to_screen() | Convert a screen string to a screen object |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |