Uses
Uses | Description |
---|---|
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: sanitize_text_field() | Sanitizes a string from user input or from the database. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/query.php: is_front_page() | Determines whether the query is for the front page of the site. |
wp-includes/query.php: is_paged() | Determines whether the query is for a paged result and not for the first page. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post-template.php: wp_list_pages() | Retrieve or display a list of pages (or hierarchical post type items) in list (li) format. |
wp-includes/post-template.php: wp_page_menu_args | Filters the arguments used to generate a page-based menu. |
wp-includes/post-template.php: wp_page_menu | Filters the HTML output of a page-based menu. |