[wp-trac] [WordPress Trac] #62490: doing_action wrong in shutdown
WordPress Trac
noreply at wordpress.org
Wed Nov 20 15:09:54 UTC 2024
#62490: doing_action wrong in shutdown
--------------------------+-----------------------------
Reporter: kkmuffme | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: minor | Keywords:
Focuses: |
--------------------------+-----------------------------
{{{#!php
<?php
add_action( 'init', 'wp_die', 10, 0 );
function last_this() {
if ( doing_action( 'init' ) ) {
trigger_error( 'yes', E_USER_WARNING );
}
}
add_action( 'shutdown', 'last_this', 10, 0 );
}}}
You'll get "yes" in error log.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62490>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list