We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe05b83 commit 274f79fCopy full SHA for 274f79f
src/Admin/Settings/Page.php
@@ -181,7 +181,7 @@ public function __construct() {
181
'slug' => 'enhanced_measurements',
182
'type' => 'checkbox',
183
'value' => 'tagged-events',
184
- 'caps' => [ self::CAP_GOALS, self::CAP_PROPS ],
+ 'caps' => [ self::CAP_GOALS ],
185
],
186
'revenue' => [
187
'label' => esc_html__( 'Ecommerce revenue', 'plausible-analytics' ),
@@ -205,7 +205,7 @@ public function __construct() {
205
206
207
'value' => 'form-completions',
208
209
210
'hash' => [
211
'label' => esc_html__( 'Hash-based routing', 'plausible-analytics' ),
0 commit comments