Uses
Uses | Description |
---|---|
wp-admin/includes/ajax-actions.php: wp_refresh_nonces | Filters the nonces to send to the New/Edit Post screen. |
wp-admin/includes/ajax-actions.php: heartbeat_received | Filters the Heartbeat response received. |
wp-admin/includes/ajax-actions.php: heartbeat_send | Filters the Heartbeat response sent. |
wp-admin/includes/ajax-actions.php: heartbeat_tick | Fires when Heartbeat ticks in logged-in environments. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/pluggable.php: wp_verify_nonce() | Verifies that a correct security nonce was used with time limit. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json() | Send a JSON response back to an Ajax request. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |