PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
header
<?php if ( ! function_exists( 'webon_core_header_radio_to_select_options' ) ) { /** * Function that convert radio boxes into array * * @param array $radio_array * * @return array */ function webon_core_header_radio_to_select_options( $radio_array ) { $select_array = array( '' => esc_html__( 'Default', 'webon-core' ) ); foreach ( $radio_array as $key => $value ) { $select_array[ $key ] = $value['label']; } return $select_array; } }
[+]
top-area
[+]
..
[+]
layouts
[-] template-functions.php
[edit]
[-] header.php
[edit]
[+]
templates
[-] include.php
[edit]
[+]
assets
[-] headers.php
[edit]
[-] helper.php
[edit]
[+]
scroll-appearance
[+]
dashboard