wds_page_builder_get_part_data() only looks in the meta key '_wds_builder_template' but when you add parts to areas, it puts that meta under a key with the area appended like '_wds_builder_footer_template'.
So, this does not return the proper meta data from fields within declared areas for the page builder, only within the main area.
wds_page_builder_get_part_data() only looks in the meta key '_wds_builder_template' but when you add parts to areas, it puts that meta under a key with the area appended like '_wds_builder_footer_template'.
So, this does not return the proper meta data from fields within declared areas for the page builder, only within the main area.