This commit is contained in:
parent
8092e96ca1
commit
4fe563a3db
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
$anchor = isset($attributes['anchor']) && !empty($attributes['anchor']) ? esc_html($attributes['anchor']) : ($relatedPostId ? "post-content-container-" . $relatedPostId : '');
|
||||
$anchor = isset($attributes['anchor']) && !empty($attributes['anchor']) ? esc_html($attributes['anchor']) : "block-page-redirector";
|
||||
|
||||
$relatedPageName = get_field('related_page') ?? null;
|
||||
$subtitle = get_field('subtitle') ?? "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user