Retrieves an extra permalink structure by name.
WP_Rewrite::get_tag_permastruct
Retrieve the permalink structure for tags.
WP_Rewrite::get_category_permastruct
Retrieves the permalink structure for categories.
WP_Rewrite::get_day_permastruct
Retrieves the day permalink structure with month and year.
Advertisement
WP_Rewrite::get_month_permastruct
Retrieves the month permalink structure without day and with year.
WP_Rewrite::get_year_permastruct
Retrieves the year permalink structure without month and day.
WP_Rewrite::get_date_permastruct
Retrieves date permalink structure, with year, month, and day.
WP_Rewrite::page_rewrite_rules
Retrieves all of the rewrite rules for pages.
Advertisement
WP_Rewrite::page_uri_index
Retrieves all page and attachments for pages URIs.
WP_Rewrite::preg_index
Indexes for matches for usage in preg_*() functions.
WP_Rewrite::using_mod_rewrite_permalinks
Determines whether permalinks are being used and rewrite module is enabled.
WP_Rewrite::using_index_permalinks
Determines whether permalinks are being used and rewrite module is not enabled.
Advertisement
WP_Rewrite::using_permalinks
Determines whether permalinks are being used.
WP_Recovery_Mode::redirect_protected
Redirects the current request to allow recovering multiple errors in one go.
WP_Recovery_Mode::store_error
Stores the given error so that the extension causing it is paused.