We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53862da + 6fb58de commit c5af6eaCopy full SHA for c5af6ea
app/Hametuha/ForYourEyesOnly/Parser.php
@@ -70,7 +70,7 @@ public function render( $attributes = [], $content = '' ) {
70
}
71
static $count = 0;
72
$attributes = shortcode_atts( [
73
- 'dynamic' => '',
+ 'dynamic' => apply_filters( 'fyeo_default_render_style', '' ),
74
'tag_line' => $this->tag_line(),
75
'capability' => $this->capability->default_capability(),
76
], $attributes, 'fyeo' );
0 commit comments