You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would be different than wds_page_builder_load_parts but could potentially use that function. usage would look something like this:
wds_do_page_builder( array(
'section', // wrapper type, e.g. <div>, <aside>, whatever'part-container', // wrapper class or classes'layout-name', // optional, the layout to load or whatever the default is
) );
The text was updated successfully, but these errors were encountered:
this would be different than
wds_page_builder_load_parts
but could potentially use that function. usage would look something like this:The text was updated successfully, but these errors were encountered: