Skip to content

add generic wrapper function for all the things - wds_do_page_builder() #13

@jazzsequence

Description

@jazzsequence

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
) ); 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions