Skip to content

Commit 585c2c6

Browse files
authored
Remove early terminating calls covered in stubs (#238)
1 parent f3fab45 commit 585c2c6

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

extension.neon

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -85,28 +85,12 @@ parameters:
8585
- SCRIPT_DEBUG
8686
earlyTerminatingFunctionCalls:
8787
- wp_send_json
88-
- wp_send_json_success
89-
- wp_send_json_error
9088
- wp_nonce_ays
91-
- comment_footer_die
92-
- dead_db
93-
- do_favicon
94-
- install_theme_information
95-
- media_send_to_editor
96-
- redirect_post
97-
- wp_ajax_heartbeat
98-
- wp_ajax_nopriv_heartbeat
9989
earlyTerminatingMethodCalls:
100-
Custom_Background:
101-
- wp_set_background_image
10290
IXR_Server:
10391
- output
10492
WP_Ajax_Response:
10593
- send
10694
WP_CLI:
10795
- error
10896
- halt
109-
WP_Recovery_Mode:
110-
- redirect_protected
111-
WP_Sitemaps_Stylesheet:
112-
- render_stylesheet

0 commit comments

Comments
 (0)