Skip to content

Commit 191eafa

Browse files
authored
Merge pull request #31 from johnbillion/fix/terminating-functions
Define more functions that unconditionally terminate
2 parents 556275d + 6f27761 commit 191eafa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

extension.neon

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,23 @@ parameters:
4646
- wp_send_json_success
4747
- wp_send_json_error
4848
- wp_nonce_ays
49+
- comment_footer_die
4950
- dead_db
51+
- do_favicon
52+
- install_theme_information
53+
- media_send_to_editor
54+
- redirect_post
55+
- wp_ajax_heartbeat
56+
- wp_ajax_nopriv_heartbeat
5057
earlyTerminatingMethodCalls:
58+
\Custom_Background:
59+
- Custom_Background::wp_set_background_image
60+
\IXR_Server:
61+
- IXR_Server::output
5162
\WP_CLI:
5263
- WP_CLI::error
5364
- WP_CLI::halt
65+
\WP_Recovery_Mode:
66+
- WP_Recovery_Mode::redirect_protected
67+
\WP_Sitemaps_Stylesheet:
68+
- WP_Sitemaps_Stylesheet::render_stylesheet

0 commit comments

Comments
 (0)