-
Notifications
You must be signed in to change notification settings - Fork 25
Deprecated Functions
The functions on this page are deprecated and their alternatives should be used (when available).
Deprecated in: 1.6
Use instead: N/A, page builder layouts are created in the plugin via wds_pb_layout
post type.
Deprecated in: 1.6
Use instead: N/A, page builder layouts are created in the plugin via wds_pb_layout
post type.
Deprecated in: 1.6
Use instead: get_saved_page_builder_layout_by_slug( $layout_slug )
or get_saved_page_builder_layout( $area, $post_type )
Since 1.6 layouts are a post type. Most of this function has to do with the pre-1.6 layouts when they were saved in the options table. Use get_saved_page_builder_layout_by_slug or get_saved_page_builder_layout instead.
Deprecated in: 1.6
Use instead: wds_page_builder_area( $area, $post_id )
We're no longer loading all the parts in one place, parts are saved to areas, so use wds_page_builder_area instead.
####wds_page_builder_wrap( $container = '', $class = '', $layout = '' )
Deprecated in: 1.6
Use instead: N/A, support for adding container and class is planned for wds_page_builder_area
. See #56
Deprecated in: 1.6
Use instead: N/A
Since 1.6 prefixes aren't used. Instead of using file names to determine part names in the dropdown, use the template part header. See template part header example.
Deprecated in: 1.6
Use instead: N/A
Since 1.6 template part directory doesn't need to be hard-coded. See Page Builder Template Stack
Still missing something? Let us know if you think this wiki is missing some information or could use some more details! Open an issue in the issue tracker with the information you're looking for and we'll make sure that information gets added!