Uses
Uses | Description |
---|---|
wp-includes/functions.php: do_feed_{$feed} | Fires once the given feed is loaded. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/query.php: get_query_var() | Retrieve variable in the WP_Query class. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/plugin.php: has_action() | Check if any action has been registered for a hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/feed.php: get_default_feed() | Retrieve the default feed. |