���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/elirickard.com/wp-content/plugins/micdrop-core/inc/header/layouts/divided/helper.php
���ѧ٧ѧ�
<?php if ( ! function_exists( 'micdrop_core_add_divided_header_global_option' ) ) { /** * This function set header type value for global header option map */ function micdrop_core_add_divided_header_global_option( $header_layout_options ) { $header_layout_options['divided'] = array( 'image' => MICDROP_CORE_HEADER_LAYOUTS_URL_PATH . '/divided/assets/img/divided-header.png', 'label' => esc_html__( 'Divided', 'micdrop-core' ), ); return $header_layout_options; } add_filter( 'micdrop_core_filter_header_layout_option', 'micdrop_core_add_divided_header_global_option' ); } if ( ! function_exists( 'micdrop_core_register_divided_header_layout' ) ) { /** * Function which add header layout into global list * * @param array $header_layouts * * @return array */ function micdrop_core_register_divided_header_layout( $header_layouts ) { $header_layout = array( 'divided' => 'MicdropCore_Divided_Header', ); $header_layouts = array_merge( $header_layouts, $header_layout ); return $header_layouts; } add_filter( 'micdrop_core_filter_register_header_layouts', 'micdrop_core_register_divided_header_layout' ); } if ( ! function_exists( 'micdrop_core_register_divided_menu' ) ) { /** * Function which add additional main menu navigation into global list * * @param array $menus * * @return array */ function micdrop_core_register_divided_menu( $menus ) { $menus['divided-menu-left-navigation'] = esc_html__( 'Divided Left Navigation', 'micdrop-core' ); $menus['divided-menu-right-navigation'] = esc_html__( 'Divided Right Navigation', 'micdrop-core' ); return $menus; } add_filter( 'micdrop_filter_register_navigation_menus', 'micdrop_core_register_divided_menu' ); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�