PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
spinner
/
layouts
/
cube
<?php if ( ! function_exists( 'webon_core_add_cube_spinner_layout_option' ) ) { /** * Function that set new value into page spinner layout options map * * @param array $layouts - module layouts * * @return array */ function webon_core_add_cube_spinner_layout_option( $layouts ) { $layouts['cube'] = esc_html__( 'Cube', 'webon-core' ); return $layouts; } add_filter( 'webon_core_filter_page_spinner_layout_options', 'webon_core_add_cube_spinner_layout_option' ); }
[+]
..
[+]
templates
[-] include.php
[edit]
[+]
assets
[-] helper.php
[edit]