This commit is contained in:
2025-05-13 10:54:44 -07:00
parent 1ddeb42db2
commit a0d8539f06

View File

@@ -14,5 +14,5 @@ echo site()->render("footer", [
"phone_1" => get_field("phone_1", "options"),
"phone_2" => get_field("phone_2", "options"),
"contact_email" => get_field("contact_email", "options"),
"sub_footer" => do_shortcode("[life_insurance_needs]"),
"sub_footer" => do_shortcode("[m_financial_logo]"),
]);