We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7568c1 commit ab792aeCopy full SHA for ab792ae
entity-command.php
@@ -98,7 +98,7 @@
98
'Ability_Command',
99
array(
100
'before_invoke' => function () {
101
- if ( Utils\wp_version_compare( '6.8', '<=' ) ) {
+ if ( Utils\wp_version_compare( '6.9-beta1', '<' ) ) {
102
WP_CLI::error( 'Requires WordPress 6.9 or greater.' );
103
}
104
},
@@ -109,7 +109,7 @@
109
'Ability_Category_Command',
110
111
112
113
114
115
0 commit comments