hooks
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 MoreThere 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 MoreBeaver 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