mirror of
https://hk.gh-proxy.com/https://github.com/wp-cli/profile-command.git
synced 2025-08-21 06:39:01 +08:00
Ensure last callback is extremely late
This commit is contained in:
parent
7afe3e4aea
commit
290b7ff1a0
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class Command {
|
|||
$this->wrap_current_filter_callbacks( $current_filter );
|
||||
}
|
||||
|
||||
WP_CLI::add_wp_hook( $current_filter, array( $this, 'wp_hook_end' ), 999 );
|
||||
WP_CLI::add_wp_hook( $current_filter, array( $this, 'wp_hook_end' ), 9999 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue