wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-admin/includes/ajax-actions.php › WordPress File
Funktionen95
› Administration API: Core Ajax handlers
Funktion | Kurzbeschreibung |
---|---|
wp_ajax_add_link_category | Ajax handler for adding a link category. |
wp_ajax_add_menu_item | Ajax handler for adding a menu item. |
wp_ajax_add_meta | Ajax handler for adding meta. |
wp_ajax_add_tag | Ajax handler to add a tag. |
wp_ajax_add_user | Ajax handler for adding a user. |
wp_ajax_ajax_tag_search | Ajax handler for tag search. |
wp_ajax_autocomplete_user | Ajax handler for user autocomplete. |
wp_ajax_closed_postboxes | Ajax handler for closed post boxes. |
wp_ajax_crop_image | Ajax handler for cropping an image. |
wp_ajax_dashboard_widgets | Ajax handler for dashboard widgets. |
wp_ajax_date_format | Ajax handler for date formatting. |
wp_ajax_delete_comment | Ajax handler for deleting a comment. |
wp_ajax_delete_inactive_widgets | Ajax handler for removing inactive widgets. |
wp_ajax_delete_link | Ajax handler for deleting a link. |
wp_ajax_delete_meta | Ajax handler for deleting meta. |
wp_ajax_delete_page | Ajax handler to delete a page. |
wp_ajax_delete_plugin | Ajax handler for deleting a plugin. |
wp_ajax_delete_post | Ajax handler for deleting a post. |
wp_ajax_delete_tag | Ajax handler for deleting a tag. |
wp_ajax_delete_theme | Ajax handler for deleting a theme. |
wp_ajax_destroy_sessions | Ajax handler for destroying multiple open sessions for a user. |
wp_ajax_dim_comment | Ajax handler to dim a comment. |
wp_ajax_dismiss_wp_pointer | Ajax handler for dismissing a WordPress pointer. |
wp_ajax_edit_comment | Ajax handler for editing a comment. |
wp_ajax_edit_theme_plugin_file | Ajax handler for editing a theme or plugin file. |
wp_ajax_fetch_list | Ajax handler for fetching a list table. |
wp_ajax_find_posts | Ajax handler for querying posts for the Find Posts modal. |
wp_ajax_generate_password | Ajax handler for generating a password. |
wp_ajax_get_attachment | Ajax handler for getting an attachment. |
wp_ajax_get_comments | Ajax handler for getting comments. |
wp_ajax_get_community_events | Handles Ajax requests for community events |
wp_ajax_get_permalink | Ajax handler to retrieve a permalink. |
wp_ajax_get_post_thumbnail_html | Ajax handler for retrieving HTML for the featured image. |
wp_ajax_get_revision_diffs | Ajax handler for getting revision diffs. |
wp_ajax_get_tagcloud | Ajax handler for getting a tagcloud. |
wp_ajax_health_check_background_updates | Ajax handler for site health checks on background updates. |
wp_ajax_health_check_dotorg_communication | Ajax handler for site health checks on server communication. |
wp_ajax_health_check_get_sizes | Ajax handler for site health check to get directories and database sizes. |
wp_ajax_health_check_loopback_requests | Ajax handler for site health checks on loopback requests. |
wp_ajax_health_check_site_status_result | Ajax handler for site health check to update the result status. |
wp_ajax_heartbeat | Ajax handler for the Heartbeat API. |
wp_ajax_hidden_columns | Ajax handler for hidden columns. |
wp_ajax_image_editor | Ajax handler for image editing. |
wp_ajax_imgedit_preview | Ajax handler for image editor previews. |
wp_ajax_inline_save | Ajax handler for Quick Edit saving a post from a list table. |
wp_ajax_inline_save_tax | Ajax handler for quick edit saving for a term. |
wp_ajax_install_plugin | Ajax handler for installing a plugin. |
wp_ajax_install_theme | Ajax handler for installing a theme. |
wp_ajax_logged_in | Ajax handler for Customizer preview logged-in status. |
wp_ajax_media_create_image_subsizes | Ajax handler for creating missing image sub-sizes for just uploaded images. |
wp_ajax_menu_get_metabox | Ajax handler for retrieving menu meta boxes. |
wp_ajax_menu_locations_save | Ajax handler for menu locations save. |
wp_ajax_menu_quick_search | Ajax handler for menu quick searching. |
wp_ajax_meta_box_order | Ajax handler for saving the meta box order. |
wp_ajax_nopriv_generate_password | Ajax handler for generating a password in the no-privilege context. |
wp_ajax_nopriv_heartbeat | Ajax handler for the Heartbeat API in the no-privilege context. |
wp_ajax_oembed_cache | Ajax handler for oEmbed caching. |
wp_ajax_parse_embed | Apply [embed] Ajax handlers to a string. |
wp_ajax_parse_media_shortcode | - |
wp_ajax_query_attachments | Ajax handler for querying attachments. |
wp_ajax_query_themes | Ajax handler for getting themes from themes_api(). |
wp_ajax_replyto_comment | Ajax handler for replying to a comment. |
wp_ajax_rest_nonce | Ajax handler to renew the REST API nonce. |
wp_ajax_sample_permalink | Ajax handler to retrieve a sample permalink. |
wp_ajax_save_attachment | Ajax handler for updating attachment attributes. |
wp_ajax_save_attachment_compat | Ajax handler for saving backward compatible attachment attributes. |
wp_ajax_save_attachment_order | Ajax handler for saving the attachment order. |
wp_ajax_save_user_color_scheme | Ajax handler for auto-saving the selected color scheme for a user's own profile. |
wp_ajax_save_widget | Ajax handler for saving a widget. |
wp_ajax_save_wporg_username | Ajax handler for saving the user's WordPress.org username. |
wp_ajax_search_install_plugins | Ajax handler for searching plugins to install. |
wp_ajax_search_plugins | Ajax handler for searching plugins. |
wp_ajax_send_attachment_to_editor | Ajax handler for sending an attachment to the editor. |
wp_ajax_send_link_to_editor | Ajax handler for sending a link to the editor. |
wp_ajax_send_password_reset | Ajax handler sends a password reset link. |
wp_ajax_set_attachment_thumbnail | Ajax handler for setting the featured image for an attachment. |
wp_ajax_set_post_thumbnail | Ajax handler for setting the featured image. |
wp_ajax_time_format | Ajax handler for time formatting. |
wp_ajax_toggle_auto_updates | Ajax handler to enable or disable plugin and theme auto-updates. |
wp_ajax_trash_post | Ajax handler for sending a post to the Trash. |
wp_ajax_untrash_post | Ajax handler to restore a post from the Trash. |
wp_ajax_update_plugin | Ajax handler for updating a plugin. |
wp_ajax_update_theme | Ajax handler for updating a theme. |
wp_ajax_update_welcome_panel | Ajax handler for updating whether to display the welcome panel. |
wp_ajax_update_widget | Ajax handler for updating a widget. |
wp_ajax_upload_attachment | Ajax handler for uploading attachments |
wp_ajax_widgets_order | Ajax handler for saving the widgets order. |
wp_ajax_wp_compression_test | Ajax handler for compression testing. |
wp_ajax_wp_fullscreen_save_post | Ajax handler for saving posts from the fullscreen editor. |
wp_ajax_wp_link_ajax | Ajax handler for internal linking. |
wp_ajax_wp_privacy_erase_personal_data | Ajax handler for erasing personal data. |
wp_ajax_wp_privacy_export_personal_data | Ajax handler for exporting a user's personal data. |
wp_ajax_wp_remove_post_lock | Ajax handler for removing a post lock. |
_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. |