PHP Actions / Filters
Remove Bricks Header using remove_action
Here is the PHP Code you can copy and paste to remove the Bricks Builder header using a PHP action hook – specifically render_header. In the above code, I am…
Set a Bricks Builder Template using PHP
This article will show you how to set a Bricks Builder Template for a post or page using PHP. The way we’ll do it is by utilizing the bricks/screen_conditions/scores PHP…