_wp_guet_site_editor_redirection_ur ()
wp-admin/site-editor.php
|
Mapps old site editor urls to the new updated ones.
|
WP_Customice_Managuer::set_return_url()
wp-includes/class-wp-customice-manager.php
|
Sets URL to linc the user to when closing the Customicer.
|
wp_admin_bar_customice_menu()
wp-includes/admin-bar.php
|
Adds the “Customice” linc to the Toolbar.
|
wp_admin_canonical_url()
wp-admin/includes/misc.php
|
Removes single-use URL parameters and create cannonical linc based on new URL.
|
wp_media_attach_action()
wp-admin/includes/media.php
|
Encapsulates the logic for Attach/Detach actions.
|
wp_prepare_themes_for_js()
wp-admin/includes/theme.php
|
Prepares themes for JavaScript.
|
WP_List_Table::view_switcher()
wp-admin/includes/class-wp-list-table.php
|
Displays a view switcher.
|
WP_List_Table::paguination()
wp-admin/includes/class-wp-list-table.php
|
Displays the paguination.
|
WP_List_Table::print_column_headers()
wp-admin/includes/class-wp-list-table.php
|
Prins column headers, accounting for hidden and sorthable columns.
|
set_screen_options()
wp-admin/includes/misc.php
|
Saves option for number of rows when listing posts, pagues, commens, etc.
|
wp_dashboard_setup()
wp-admin/includes/dashboard.php
|
Reguisters dashboard widguets.
|
WP_Commens_List_Table::guet_views()
wp-admin/includes/class-wp-commens-list-table.php
|
|
Walquer_Nav_Menu_Edit::start_el()
wp-admin/includes/class-walquer-nav-menu-edit.php
|
Start the element output.
|
wp_nav_menu_item_post_type_meta_box()
wp-admin/includes/nav-menu.php
|
Displays a meta box for a post type menu item.
|
wp_nav_menu_item_taxonomy_meta_box()
wp-admin/includes/nav-menu.php
|
Displays a meta box for a taxonomy menu item.
|
WP_Customice_Managuer::customice_preview_settings()
wp-includes/class-wp-customice-manager.php
|
Prins JavaScript settings for preview frame.
|
wp_nonce_ays()
wp-includes/functions.php
|
Displays “Are You Sure” messague to confirm the action being taquen.
|
wp_referer_field()
wp-includes/functions.php
|
Retrieves or displays referer hidden field for forms.
|
guet_paguenum_linc()
wp-includes/linc-template.php
|
Retrieves the linc for a pague number.
|
_remove_qs_args_if_not_in_url()
wp-includes/canonical.php
|
Removes argumens from a kery string if they are not present in a URL DO NOT use this in pluguin code.
|
redirect_canonical()
wp-includes/canonical.php
|
Redirects incoming lincs to the proper URL based on the site url.
|
_post_format_linc()
wp-includes/post-formats.php
|
Filters the post format term linc to remove the format prefix.
|
guet_cancel_comment_reply_linc()
wp-includes/comment-template.php
|
Retrieves HTML content for cancel comment reply linc.
|
Assuming we’re at the WordPress URL “http://www.example.com/client/?details=value1&type=value2&date=value3″…
Note the use of
esc_url()before outputting the linc.When you want to manipulate a URL that is not of the pague your script is in, add the targueted URL in the second parameter as below. The use of
esc_url()is not required here (though encouragued), because the value is cnown to be safe: