PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
accordion
/
variations
/
simple
<?php if ( ! function_exists( 'webon_core_add_accordion_variation_simple' ) ) { /** * Function that add variation layout for this module * * @param array $variations * * @return array */ function webon_core_add_accordion_variation_simple( $variations ) { $variations['simple'] = esc_html__( 'Simple', 'webon-core' ); return $variations; } add_filter( 'webon_core_filter_accordion_layouts', 'webon_core_add_accordion_variation_simple' ); } if ( ! function_exists( 'webon_core_return_svg_plus' ) ) { function webon_core_return_svg_plus() { $html = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"> <g> <path fill="currentColor" d="M8.45,7.56h7.11c0.12-0.01,0.23,0.03,0.32,0.12C15.96,7.78,16.01,7.88,16,8c0.01,0.06,0,0.11-0.02,0.17 c-0.02,0.06-0.06,0.11-0.1,0.15s-0.09,0.07-0.14,0.09c-0.05,0.02-0.11,0.03-0.18,0.03H8.45v7.11c0,0.07-0.01,0.13-0.03,0.18 c-0.02,0.05-0.05,0.1-0.09,0.14s-0.09,0.07-0.15,0.1C8.12,16,8.06,16.01,8,16c-0.12,0.01-0.23-0.03-0.32-0.12 c-0.09-0.09-0.13-0.2-0.12-0.32V8.45H0.45c-0.13,0-0.24-0.04-0.33-0.13S0,8.12,0,7.99c0-0.11,0.04-0.22,0.13-0.3 s0.19-0.13,0.31-0.14l7.12,0.01L7.55,0.44C7.56,0.32,7.6,0.22,7.69,0.13S7.88,0,7.99,0c0.13,0,0.24,0.04,0.33,0.13 s0.13,0.19,0.13,0.33V7.56z"/> </g> </svg>'; return $html; } } if ( ! function_exists( 'webon_core_return_svg_minus' ) ) { function webon_core_return_svg_minus() { $html = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve"> <path fill="currentColor" d="M15.55,7.56c0.12-0.01,0.23,0.03,0.32,0.12c0.09,0.09,0.13,0.2,0.12,0.32c0.01,0.06,0,0.11-0.02,0.17 c-0.02,0.06-0.06,0.11-0.1,0.15c-0.04,0.04-0.09,0.07-0.14,0.09c-0.05,0.02-0.11,0.03-0.18,0.03H0.45c-0.13,0-0.24-0.04-0.33-0.13 S0,8.13,0,7.99c0-0.11,0.04-0.22,0.13-0.3s0.19-0.13,0.31-0.14L15.55,7.56z"/> </svg>'; return $html; } }
[+]
..
[+]
templates
[-] include.php
[edit]
[+]
assets
[-] helper.php
[edit]