���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/elirickard.com/wp-content/plugins/micdrop-core/inc/header/layouts/vertical/helper.php
���ѧ٧ѧ�
<?php if ( ! function_exists( 'micdrop_core_add_vertical_header_global_option' ) ) { /** * This function set header type value for global header option map */ function micdrop_core_add_vertical_header_global_option( $header_layout_options ) { $header_layout_options['vertical'] = array( 'image' => MICDROP_CORE_HEADER_LAYOUTS_URL_PATH . '/vertical/assets/img/vertical-header.png', 'label' => esc_html__( 'Vertical', 'micdrop-core' ), ); return $header_layout_options; } add_filter( 'micdrop_core_filter_header_layout_option', 'micdrop_core_add_vertical_header_global_option' ); } if ( ! function_exists( 'micdrop_core_register_vertical_header_layout' ) ) { /** * Function which add header layout into global list * * @param array $header_layouts * * @return array */ function micdrop_core_register_vertical_header_layout( $header_layouts ) { $header_layouts['vertical'] = 'MicdropCore_Vertical_Header'; return $header_layouts; } add_filter( 'micdrop_core_filter_register_header_layouts', 'micdrop_core_register_vertical_header_layout' ); } if ( ! function_exists( 'micdrop_core_vertical_header_nav_menu_grid' ) ) { /** * Function which set grid class name for current header layout * * @param string $grid_class * * @return string */ function micdrop_core_vertical_header_nav_menu_grid( $grid_class ) { $header = micdrop_core_get_post_value_through_levels( 'qodef_header_layout' ); if ( 'vertical' === $header ) { return false; } return $grid_class; } add_filter( 'micdrop_core_filter_drop_down_grid', 'micdrop_core_vertical_header_nav_menu_grid' ); } if ( ! function_exists( 'micdrop_core_register_vertical_menu' ) ) { /** * Function which add additional main menu navigation into global list * * @param array $menus * * @return array */ function micdrop_core_register_vertical_menu( $menus ) { $menus['vertical-menu-navigation'] = esc_html__( 'Vertical Navigation', 'micdrop-core' ); return $menus; } add_filter( 'micdrop_filter_register_navigation_menus', 'micdrop_core_register_vertical_menu' ); } if ( ! function_exists( 'micdrop_core_vertical_header_hide_top_area' ) ) { /** * Function that set dependency option value for specific module layout * * @param array $options * * @return array */ function micdrop_core_vertical_header_hide_top_area( $options ) { $options[] = 'vertical'; return $options; } add_filter( 'micdrop_core_filter_top_area_hide_option', 'micdrop_core_vertical_header_hide_top_area' ); } if ( ! function_exists( 'micdrop_core_vertical_header_hide_scroll_appearance' ) ) { /** * Function that set dependency option value for specific module layout * * @param array $options * * @return array */ function micdrop_core_vertical_header_hide_scroll_appearance( $options ) { $options[] = 'vertical'; return $options; } add_filter( 'micdrop_core_filter_header_scroll_appearance_hide_option', 'micdrop_core_vertical_header_hide_scroll_appearance' ); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�