archive.html
WordPress core a2z
WordPress core only
Home
Blocks
Plugins
Themes
Sitemap
Blog
Block news
About
B
G
M
R
W
Home
ยป
APIs
ยป
Page 3
Archives:
APIs
_unzip_file_ziparchive() – Attempts to unzip an archive using the ZipArchive class.
_update_blog_date_on_post_delete() – Handler for updating the current site’s last updated date when a published post is deleted.
_update_blog_date_on_post_publish() – Handler for updating the site’s last updated date when a post is published or an already published post is changed.
_update_generic_term_count() – Will update term count based on number of objects.
_update_post_term_count() – Will update term count based on object types of the current taxonomy.
_update_posts_count_on_delete() – Handler for updating the current site’s posts count when a post is deleted.
_update_posts_count_on_transition_post_status() – Handler for updating the current site’s posts count when a post status changes.
_update_term_count_on_transition_post_status() – Update the custom taxonomies’ term counts when a post’s status is changed.
_upgrade_422_find_genericons_files_in_folder() – Recursively find Genericons example files in a given folder.
_upgrade_422_remove_genericons() – Cleans up Genericons example files.
_upgrade_440_force_deactivate_incompatible_plugins() –
_upgrade_580_force_deactivate_incompatible_plugins() –
_upgrade_590_force_deactivate_incompatible_plugins() –
_upgrade_cron_array() – Upgrade a Cron info array.
_usort_by_first_member() – Sorts a multidimensional array by first member of each top level member
_usort_terms_by_ID() – Sort categories by ID.
_usort_terms_by_name() – Sort categories by name.
_walk_bookmarks() – The formatted output of a list of bookmarks.
_wp_add_additional_image_sizes() – Add additional default image sub-sizes.
_wp_add_global_attributes() – Helper function to add global attributes to a tag in the allowed HTML list.
_wp_admin_bar_init() – Instantiate the admin bar object and set it up as a global for access elsewhere.
_wp_admin_html_begin() –
_wp_ajax_add_hierarchical_term() – Ajax handler for adding a hierarchical term.
_wp_ajax_delete_comment_response() – Sends back current comment total and new page links if they need to be updated.
_wp_ajax_menu_quick_search() – Prints the appropriate response to a menu quick search.
_wp_array_get() – Accesses an array in depth based on a path of keys.
_wp_array_set() – Sets an array in depth based on a path of keys.
_wp_auto_add_pages_to_menu() – Automatically add newly published page objects to menus with that as an option.
_wp_batch_split_terms() – Splits a batch of shared taxonomy terms.
_wp_batch_update_comment_type() – Updates the comment type for a batch of comments.
_wp_block_editor_posts_page_notice() – Outputs a notice when editing the page for posts in the block editor (internal use only).
_wp_call_all_hook() – Call the ‘all’ hook, which will process the functions hooked into it.
_wp_can_use_pcre_u() – Returns whether PCRE/u (PCRE_UTF8 modifier) is available for use.
_wp_check_alternate_file_names() – Helper function to test if each of an array of file names could conflict with existing files.
_wp_check_existing_file_names() – Helper function to check if a file name could match an existing image sub-size file name.
_wp_check_for_scheduled_split_terms() – In order to avoid the _wp_batch_split_terms() job being accidentally removed, check that it’s still scheduled while we haven’t finished splitting terms.
_wp_check_for_scheduled_update_comment_type() – In order to avoid the _wp_batch_update_comment_type() job being accidentally removed, check that it’s still scheduled while we haven’t finished updating comment types.
_wp_check_split_default_terms() – Check default categories when a term gets split to see if any of them need to be updated.
_wp_check_split_nav_menu_terms() – If the term being split is a nav_menu, change associations.
_wp_check_split_terms_in_menus() – Check menu items when a term gets split to see if any of them need to be updated.
_wp_credits_add_profile_link() – Retrieve the link to a contributor’s WordPress.org profile page.
_wp_credits_build_object_link() – Retrieve the link to an external library used in WordPress.
_wp_cron() – Run scheduled callbacks or spawn cron for all scheduled events.
_wp_customize_changeset_filter_insert_post_data() – Filters changeset post data upon insert to ensure post_name is intact.
_wp_customize_include() – Includes and instantiates the WP_Customize_Manager class.
_wp_customize_loader_settings() – Adds settings for the customize-loader script.
_wp_customize_publish_changeset() – Publishes a snapshot’s changes.
_wp_dashboard_control_callback() – Outputs controls for the current dashboard widget.
_wp_dashboard_recent_comments_row() – Outputs a row for the Recent Comments widget.
_wp_delete_customize_changeset_dependent_auto_drafts() – Delete auto-draft posts associated with the supplied changeset.
_wp_delete_orphaned_draft_menu_items() – Deletes orphaned draft menu items
_wp_delete_post_menu_item() – Callback for handling a menu item when its original object is deleted.
_wp_delete_tax_menu_item() – Serves as a callback for handling a menu item when its original object is deleted.
_WP_Dependency::__construct() – Setup dependencies.
_WP_Dependency::add_data() – Add handle data.
_WP_Dependency::set_translations() – Sets the translation domain for this dependency.
_wp_die_process_input() – Processes arguments passed to wp_die() consistently for its handlers.
_WP_Editors::__construct() –
_WP_Editors::_parse_init() –
_WP_Editors::default_settings() – Returns the default TinyMCE settings.
_WP_Editors::editor_js() – Print (output) the TinyMCE configuration and initialization scripts.
_WP_Editors::editor_settings() –
_WP_Editors::editor() – Outputs the HTML for a single instance of the editor.
_WP_Editors::enqueue_default_editor() – Enqueue all editor scripts.
_WP_Editors::enqueue_scripts() –
_WP_Editors::force_uncompressed_tinymce() – Force uncompressed TinyMCE when a custom theme has been defined.
_WP_Editors::get_baseurl() –
_WP_Editors::get_mce_locale() – Returns the TinyMCE locale.
_WP_Editors::get_translation() –
_WP_Editors::parse_settings() – Parse default arguments for the editor instance.
_WP_Editors::print_default_editor_scripts() – Print (output) all editor scripts and default settings.
_WP_Editors::print_tinymce_scripts() – Print (output) the main TinyMCE scripts.
_WP_Editors::wp_fullscreen_html() – Outputs the HTML for distraction-free writing mode.
_WP_Editors::wp_link_dialog() – Dialog for internal linking.
_WP_Editors::wp_link_query() – Performs post queries for internal linking.
_WP_Editors::wp_mce_translation() – Translates the default TinyMCE strings and returns them as JSON encoded object ready to be loaded with tinymce.addI18n(), or as JS snippet that should run after tinymce.js is loaded.
_wp_emoji_list() – Returns arrays of emoji data.
_wp_expand_nav_menu_post_data() – If a JSON blob of navigation menu data is in POST data, expand it and inject it into `$_POST` to avoid PHP `max_input_vars` limitations. See #14134.
_wp_filter_build_unique_id() – Builds Unique ID for storage and retrieval.
_wp_filter_taxonomy_base() – Filters the URL base for taxonomies.
_wp_footer_scripts() – Private, for use in *_footer_scripts hooks
_wp_get_allowed_postdata() – Returns only allowed post data fields
_wp_get_attachment_relative_path() – Get the attachment path relative to the upload directory.
_wp_get_current_user() – Retrieves the current user object.
_wp_get_iframed_editor_assets() – Collect the block editor assets that need to be loaded into the editor’s iframe.
_wp_get_image_size_from_meta() – Get the image size as array from its meta data.
_wp_get_post_revision_version() – Gets the post revision version.
_wp_get_user_contactmethods() – The old private function for setting up user contact methods.
_wp_handle_upload() – Handles PHP uploads in WordPress.
_wp_http_get_object() – Returns the initialized WP_Http Object
_wp_image_editor_choose() – Tests which editors are capable of supporting the request.
_wp_image_meta_replace_original() – Updates the attached file and image meta data when the original image was edited.
_wp_iso_convert() – Helper function to convert hex encoded chars to ASCII
_wp_json_convert_string() – Convert a string to UTF-8, so that it can be safely encoded to JSON.
_wp_json_prepare_data() – Prepares response data to be serialized to JSON.
_wp_json_sanity_check() – Perform sanity checks on data that shall be encoded to JSON.
_wp_keep_alive_customize_changeset_dependent_auto_drafts() – Make sure that auto-draft posts get their post_date bumped or status changed to draft to prevent premature garbage-collection.
_wp_kses_allow_pdf_objects() – Helper function to check if this is a safe PDF URL.
_wp_kses_decode_entities_chr_hexdec() – Regex callback for `wp_kses_decode_entities()`.
_wp_kses_decode_entities_chr() – Regex callback for `wp_kses_decode_entities()`.
_wp_kses_split_callback() – Callback for `wp_kses_split()`.
_wp_link_page() – Helper function for wp_link_pages().
Previous Page
1
2
3
4
5
…
90
Next Page
Search
Search