We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7511408 + 0d0f688 commit 695e67fCopy full SHA for 695e67f
header-footer-grid/Core/Magic_Tags.php
@@ -126,6 +126,10 @@ private function do_magic_tag( $matches ) {
126
return '';
127
}
128
129
+ if ( $tag === 'current_single_content' ) {
130
+ return wp_kses_post( call_user_func( [ $this, $tag ] ) );
131
+ }
132
+
133
$allowed_tags = wp_kses_allowed_html();
134
if ( $tag === 'current_post_meta' || $tag === 'meta_date' ) {
135
$allowed_tags['span'] = [
0 commit comments