Ensure last callback is extremely late

This commit is contained in:
Daniel Bachhuber 2016-09-28 05:27:58 -07:00
parent 7afe3e4aea
commit 290b7ff1a0

View file

@ -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 );
}
/**