Last active
August 12, 2022 11:25
-
-
Save hyperframed/0c46062dac2c6b0a145f65f3e5152b83 to your computer and use it in GitHub Desktop.
Hivepress Filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter( | |
'hivepress/v1/templates/####TEMPLATE####', | |
function( $template ) { | |
return hivepress()->helper->merge_trees( | |
$template, | |
[ | |
'blocks' => [ | |
############### | |
], | |
], | |
] | |
); | |
}, | |
1000 | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment