WP_CLI::add_man_dirpublic staticWP-CLI 1.0

DEPRECATED STUFF.

Method of the class: WP_CLI{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WP_CLI::add_man_dir();

WP_CLI::add_man_dir() code WP-CLI 2.13.0-alpha

public static function add_man_dir() {
	trigger_error( 'WP_CLI::add_man_dir() is deprecated. Add docs inline.', E_USER_WARNING );
}