Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 369 Bytes

README.md

File metadata and controls

25 lines (12 loc) · 369 Bytes

ACF SO Page Builder Field

Currently in Beta. We will release the first public version in beginning of 2016.

How to use the plugin

More documentation coming soon.

Integrate into your ACF fields.

Output in theme

    if( function_exists( 'get_page_builder_field' ))
    {
        echo get_page_builder_field( 'page_builder_data' );
    }