WP_CLI::get_deferred_additions()
Get the list of outstanding deferred command additions.
Method of the class: WP_CLI{}
No Hooks.
Return
Array
. Array of outstanding command additions.
Usage
$result = WP_CLI::get_deferred_additions();
WP_CLI::get_deferred_additions() WP CLI::get deferred additions code WP-CLI 2.8.0-alpha
public static function get_deferred_additions() { return self::$deferred_additions; }