Skip to content

Instantly share code, notes, and snippets.

@codysmith44
codysmith44 / edit-with-bricks.php
Last active March 4, 2024 21:29
'Edit with Bricks' workflow snippet
/*
*
Allows you to use the 'Edit with Bricks' button to override templates. For instance,
you may have a template for most/all 'Pages' but need to override a specific page.
This allows you to do so without going into the Bricks template and setting conditions.
See https://academy.bricksbuilder.io/article/filter-bricks-active_templates/ for more info.
*
*/
add_filter( 'bricks/active_templates', 'cls_set_active_templates', 10, 3 );
@codysmith44
codysmith44 / featured-images
Created September 5, 2022 13:04 — forked from zephyrmike/featured-images
GenerateBlocks dynamic featured image sizing