Skip to content

Commit 6fb58de

Browse files
committed
Pass defautl value to parser
1 parent 53862da commit 6fb58de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Hametuha/ForYourEyesOnly/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function render( $attributes = [], $content = '' ) {
7070
}
7171
static $count = 0;
7272
$attributes = shortcode_atts( [
73-
'dynamic' => '',
73+
'dynamic' => apply_filters( 'fyeo_default_render_style', '' ),
7474
'tag_line' => $this->tag_line(),
7575
'capability' => $this->capability->default_capability(),
7676
], $attributes, 'fyeo' );

0 commit comments

Comments
 (0)