Error calling themeblvd_add_builder_element
-
Topic
-
I am following the guide you put together for adding a new element to the builder using the API which can be found here: http://dev.themeblvd.com/tutorial/add-remove-builder-elements/
It references the function
themeblvd_add_builder_element
but every time I call it, I get the following error:Fatal error: Call to undefined function themeblvd_add_builder_element()
I searched through the Theme Blvd Layout Builder plugin code to see if there was a typo or something but nothing obvious turns up. I even tried using the code straight off the page in the developer docs and it still fails.
themeblvd_add_builder_element( 'my_new_element', 'My New Element', 'none', $options, 'display_my_new_element' );
How can I get this to work?
Version Information:
WordPress: 3.6
Jump Start: 1.1.2
Theme Blvd Layout Builder: 1.2.0
- You must be logged in to reply to this topic.