admin管理员组

文章数量:1122832

I have registered the command like below and pushed this to VIP's development environment but when I try to execute this command from VIP CLI it throws an error.

Note: on local this command is being registered and working correctly.

WP_CLI::add_command( 'add-tabindex-aria-label', array( $this, 'add_tabindex_arialabel_handler' ) );

Error: 'add-tabindex-aria-label' is not a registered wp command. See 'wp help' for available commands.

本文标签: pluginsWhy WP CLI command is not visible in VIP CLI