PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
widgets
<?php if ( ! function_exists( 'webon_core_include_widgets' ) ) { /** * Function that includes widgets */ function webon_core_include_widgets() { foreach ( glob( WEBON_CORE_INC_PATH . '/widgets/*/include.php' ) as $widget ) { $is_disabled = webon_core_performance_get_option_value( dirname( $widget ), 'webon_core_performance_widget_' ); if ( empty( $is_disabled ) ) { include_once $widget; } } } add_action( 'qode_framework_action_before_widgets_register', 'webon_core_include_widgets' ); } if ( ! function_exists( 'webon_core_register_widgets' ) ) { /** * Function that register widgets */ function webon_core_register_widgets() { $qode_framework = qode_framework_get_framework_root(); $widgets = apply_filters( 'webon_core_filter_register_widgets', $widgets = array() ); if ( ! empty( $widgets ) ) { foreach ( $widgets as $widget ) { $qode_framework->add_widget( new $widget() ); } } } add_action( 'qode_framework_action_before_widgets_register', 'webon_core_register_widgets', 11 ); // Priority 11 set because include of files is called on default action 10 }
[+]
..
[+]
sticky-sidebar
[+]
social-icons-group
[-] include.php
[edit]
[-] helper.php
[edit]
[+]
contact-info
[+]
author-info
[+]
dashboard
[+]
numbered-text