WP_CLI::add_man_dir()
DEPRECATED STUFF
Method of the class: WP_CLI{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WP_CLI::add_man_dir();
WP_CLI::add_man_dir() WP CLI::add man dir code WP-CLI 2.8.0-alpha
public static function add_man_dir() { trigger_error( 'WP_CLI::add_man_dir() is deprecated. Add docs inline.', E_USER_WARNING ); }