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.
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 ofwds_page_builder_area()
. Is the documentation outdated? I'm using version 1.5.