You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -333,6 +335,18 @@ function ableplayer_settings_form() {
333
335
</p>
334
336
<p>
335
337
<?php
338
+
ableplayer_settings_field(
339
+
array(
340
+
'name' => 'exclude_class',
341
+
'label' => __( 'Exclude class from Able Player parsing', 'ableplayer' ),
342
+
'note' => __( 'Disable Able Player on <code>video</code> or <code>audio</code> elements with this class or with a parent element with the class.', 'ableplayer' ),
343
+
'type' => 'text',
344
+
)
345
+
);
346
+
?>
347
+
</p>
348
+
<p>
349
+
<?php
336
350
ableplayer_settings_field(
337
351
array(
338
352
'name' => 'replace_playlists',
@@ -556,6 +570,7 @@ function ableplayer_default_settings() {
0 commit comments