Skip to content

Commit c5af6ea

Browse files
authored
Merge pull request #6 from tarosky/bugfix/default-varlu-to-parser
Pass defautl value to parser
2 parents 53862da + 6fb58de commit c5af6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Hametuha/ForYourEyesOnly/Parser.php

+1-1
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)