���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/elirickard.com/wp-content/plugins/micdrop-core/inc/widgets/helper.php
���ѧ٧ѧ�
<?php if ( ! function_exists( 'micdrop_core_include_widgets' ) ) { /** * Function that includes widgets */ function micdrop_core_include_widgets() { foreach ( glob( MICDROP_CORE_INC_PATH . '/widgets/*/include.php' ) as $widget ) { $is_disabled = micdrop_core_performance_get_option_value( dirname( $widget ), 'micdrop_core_performance_widget_' ); if ( empty( $is_disabled ) ) { include_once $widget; } } } add_action( 'qode_framework_action_before_widgets_register', 'micdrop_core_include_widgets' ); } if ( ! function_exists( 'micdrop_core_register_widgets' ) ) { /** * Function that register widgets */ function micdrop_core_register_widgets() { $qode_framework = qode_framework_get_framework_root(); $widgets = apply_filters( 'micdrop_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', 'micdrop_core_register_widgets', 11 ); // Priority 11 set because include of files is called on default action 10 }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�