Uses
Uses | Description |
---|---|
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/formatting.php: sanitize_title() | Sanitizes a string into a slug, which can be used in URLs or HTML attributes. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/http.php: wp_remote_get() | Performs an HTTP request using the GET method and returns its response. |
wp-includes/http.php: wp_remote_retrieve_header() | Retrieve a single header by name from the raw response. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/post.php: get_page_by_path() | Retrieves a page given its path. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::set_permalink_structure() | Sets the main permalink structure for the site. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::flush_rules() | Removes rewrite rules and then recreate rewrite rules. |