I just tried to append saved layout to builder, its looks like: http://prntscr.com/c481j1
Select dropdown populated from query post type wds_pb_layouts
In template part i just add get_saved_page_builder_layout_by_slug( $select_layout )
But the function returned error, undefined variable $area.
I think it was on class-wds-page-builder-areas.php#L131
maybe add this: $area = $this->get_current_area();
Hi,
I just tried to append saved layout to builder, its looks like: http://prntscr.com/c481j1 Select dropdown populated from query post type
wds_pb_layouts
In template part i just addget_saved_page_builder_layout_by_slug( $select_layout )
But the function returned error, undefined variable $area. I think it was on class-wds-page-builder-areas.php#L131 maybe add this:$area = $this->get_current_area();