?AlkantarClanX12
| Current Path : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/search/layouts/covers-header/ |
| Current File : /home/rankinh/villavanille/wp-content/plugins/drew-core/inc/search/layouts/covers-header/helper.php |
<?php
if ( ! function_exists( 'drew_core_register_covers_header_search_layout' ) ) {
/**
* Function that add variation layout into global list
*
* @param array $search_layouts
*
* @return array
*/
function drew_core_register_covers_header_search_layout( $search_layouts ) {
$search_layouts['covers-header'] = 'DrewCore_Covers_Header_Search';
return $search_layouts;
}
add_filter( 'drew_core_filter_register_search_layouts', 'drew_core_register_covers_header_search_layout' );
}