WebDevStudios / WDS-Simple-Page-Builder

Uses existing template parts in the currently-active theme to build a customized page with rearrangeable elements.
GNU General Public License v2.0
136 stars 25 forks source link

Call to undefined function wds_page_builder_area() #65

Closed fujianto closed 8 years ago

fujianto commented 8 years ago

Hi, I'm trying to follow the documentation using wds_page_builder_area() but it didn't work and causing error Call to undefined function wds_page_builder_area(). It's working after I use <?php do_action( 'wds_page_builder_load_parts' ); ?> insted of wds_page_builder_area(). Is the documentation outdated? I'm using version 1.5.

fujianto commented 8 years ago

I'm sorry, I think I download the old branch by mistake. The develop branch is working as expected :)