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