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
<?php | |
/** | |
* Enable Layout Builder for Custom Post Types | |
*/ | |
add_theme_support('add_avia_builder_post_type_option'); | |
add_theme_support('avia_template_builder_custom_post_type_grid'); | |
add_filter('avf_builder_boxes','yanco_enable_cpt_layout_builder'); | |
function yanco_enable_cpt_layout_builder( $boxes ) { |