Uses
Uses | Description |
---|---|
wp-includes/formatting.php: esc_xml() | Escaping for XML blocks. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |