I want to populate a Title element with dynamic data where it uses a custom ACF field but has a fallback to the Page Title if ACF is empty. Essentially and OR statement
Something like this? {acf_page_banner_heading} || {post_title}.
Is there any way to add a fallback value if the dynamic value is empty?