Filter: bricks/element/render_attributes use case
This filter can be use to manipulating HTML attributes for specific elements. Sourcehttps://www.bricksultimate.com/add-aria-label-attribute-to-mini-cart-link/
For video tutorial please check my youtube channel Ivan Nugraha
Updated on June 5, 2024
This filter can be use to manipulating HTML attributes for specific elements. Sourcehttps://www.bricksultimate.com/add-aria-label-attribute-to-mini-cart-link/
Creating an A-Z listing in WordPress using Bricks Builder can be a great way to organize posts, especially for content-heavy websites. In this article, we’ll cover how to implement an…
This post is baed on code share by deyril_support on https://forum.bricksbuilder.io/t/solved-custom-query-for-nav-menus/26250/4. In this article, we’ll explore how to create a custom query type for WordPress menu items using the Bricks…
Put this code below into functions.php file or snippet plugin. Then use dynamic data in element setting custom attribute value.
Use this code to add function to bulk upload custom font in Bricks Builder. Download google font font from https://gwfh.mranftl.com/fonts 1. enqueue_media_uploader This function enqueues the WordPress media uploader script,…
Add dismissible alert element In Bricks Builder Programmatically using cookies. First step is to add class name to alert element. The important things is all alert element has same prefix class name…
Integrating the Google Places API into your WordPress site can significantly enhance your content by displaying detailed information about specific locations. Bricks Builder, a powerful visual page builder for WordPress,…
This code snippet below is for adding custom fields to WordPress menu items based on login status. When editing a menu item in the WordPress admin, this function inserts a…