hooks

Beaver Builder theme hooks map function

By Michael Davis / September 24, 2016 /

If you’re using the Beaver Builder theme and need a handy way to reference the available hooks, add this code, provided by CobaltApps to your theme’s functions.php file for a quick way to display hooks on the front end.

Read More

How to use the hooks in the Beaver Builder Theme

By Michael Davis / September 7, 2016 /

There are two kinds of hooks in Wordpress – filter and action hooks. You can leverage the power of these hooks to add functionality in WordPress plugins and insert custom content into defined sections of your theme layouts.

Read More

Extending your Beaver Builder layout using hooks

By Michael Davis / July 5, 2016 /

Beaver Builder on its own is a great page layout tool – you can design layouts in ways that were never before possible on the front end of your website. Using hooks and filters extends your layout options further by allowing you to add content to additional areas on the page. For instance, you might…

Read More