Uses
Uses | Description |
---|---|
wp-admin/includes/ajax-actions.php: heartbeat_nopriv_received | Filters Heartbeat Ajax response in no-privilege environments. |
wp-admin/includes/ajax-actions.php: heartbeat_nopriv_send | Filters Heartbeat Ajax response in no-privilege environments when no data is passed. |
wp-admin/includes/ajax-actions.php: heartbeat_nopriv_tick | Fires when Heartbeat ticks in no-privilege 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/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. |