Skip to content

Commit

Permalink
PLUGINS-6815
Browse files Browse the repository at this point in the history
  • Loading branch information
meteor-ec committed Nov 1, 2023
1 parent 9b79e31 commit 97adc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-ec-store-admin-access.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function hook_admin_get_capability( $cap ) {
}

$args = array(
'meta_query' => array(
'meta_query' => array( //phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query
array(
'key' => 'wp_capabilities',
'value' => self::CAP_MANAGE_CONTROL_PANEL . '";b:1',
Expand Down

0 comments on commit 97adc2a

Please sign in to comment.