contact-form-7/wp-contact-form-7.php 0000644 00000003550 14751027306 0013211 0 ustar 00 <?php
/*
* Plugin Name: Contact Form 7
* Plugin URI: https://contactform7.com/
* Description: Just another contact form plugin. Simple but flexible.
* Author: Takayuki Miyoshi
* Author URI: https://ideasilo.wordpress.com/
* License: GPL v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Version: 6.0.3
* Requires at least: 6.6
* Requires PHP: 7.4
*/
define( 'WPCF7_VERSION', '6.0.3' );
define( 'WPCF7_REQUIRED_WP_VERSION', '6.6' );
define( 'WPCF7_TEXT_DOMAIN', 'contact-form-7' );
define( 'WPCF7_PLUGIN', __FILE__ );
define( 'WPCF7_PLUGIN_BASENAME', plugin_basename( WPCF7_PLUGIN ) );
define( 'WPCF7_PLUGIN_NAME', trim( dirname( WPCF7_PLUGIN_BASENAME ), '/' ) );
define( 'WPCF7_PLUGIN_DIR', untrailingslashit( dirname( WPCF7_PLUGIN ) ) );
define( 'WPCF7_PLUGIN_MODULES_DIR', WPCF7_PLUGIN_DIR . '/modules' );
if ( ! defined( 'WPCF7_LOAD_JS' ) ) {
define( 'WPCF7_LOAD_JS', true );
}
if ( ! defined( 'WPCF7_LOAD_CSS' ) ) {
define( 'WPCF7_LOAD_CSS', true );
}
if ( ! defined( 'WPCF7_AUTOP' ) ) {
define( 'WPCF7_AUTOP', true );
}
if ( ! defined( 'WPCF7_USE_PIPE' ) ) {
define( 'WPCF7_USE_PIPE', true );
}
if ( ! defined( 'WPCF7_ADMIN_READ_CAPABILITY' ) ) {
define( 'WPCF7_ADMIN_READ_CAPABILITY', 'edit_posts' );
}
if ( ! defined( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY' ) ) {
define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'publish_pages' );
}
if ( ! defined( 'WPCF7_VERIFY_NONCE' ) ) {
define( 'WPCF7_VERIFY_NONCE', false );
}
if ( ! defined( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA' ) ) {
define( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA', false );
}
if ( ! defined( 'WPCF7_VALIDATE_CONFIGURATION' ) ) {
define( 'WPCF7_VALIDATE_CONFIGURATION', true );
}
// Deprecated, not used in the plugin core. Use wpcf7_plugin_url() instead.
define( 'WPCF7_PLUGIN_URL',
untrailingslashit( plugins_url( '', WPCF7_PLUGIN ) )
);
require_once WPCF7_PLUGIN_DIR . '/load.php';
contact-form-7/uninstall.php 0000644 00000001006 14751027306 0012030 0 ustar 00 <?php
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit();
}
function wpcf7_delete_plugin() {
global $wpdb;
delete_option( 'wpcf7' );
$posts = get_posts(
array(
'numberposts' => -1,
'post_type' => 'wpcf7_contact_form',
'post_status' => 'any',
)
);
foreach ( $posts as $post ) {
wp_delete_post( $post->ID, true );
}
$wpdb->query( sprintf(
"DROP TABLE IF EXISTS %s",
$wpdb->prefix . 'contact_form_7'
) );
return true;
}
if ( ! defined( 'WPCF7_VERSION' ) ) {
wpcf7_delete_plugin();
}
contact-form-7/languages/readme.txt 0000644 00000000200 14751027306 0013245 0 ustar 00 Translations have moved to
https://translate.wordpress.org/projects/wp-plugins/contact-form-7
Thank you for your contribution.
contact-form-7/assets/icon.svg 0000644 00000002777 14751027306 0012301 0 ustar 00 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 242.5 239.46"><defs><style>.cls-1,.cls-6{fill:none;}.cls-2{clip-path:url(#clip-path);}.cls-3{fill:#33c6f4;}.cls-4{fill:#1b447e;}.cls-5{fill:#fff;}.cls-6{stroke:#221e1f;stroke-miterlimit:10;stroke-width:7.16px;}</style><clipPath id="clip-path" transform="translate(1.72)"><circle class="cls-1" cx="119.73" cy="119.73" r="116.15"/></clipPath></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1" data-name="Layer 1"><g class="cls-2"><circle class="cls-3" cx="121.45" cy="119.73" r="116.15"/><path class="cls-4" d="M239.32,167.79c-53.41-24-108.37-91.46-113-94.55s-10.84.77-10.84.77c-3.87-6.19-10.06.77-10.06.77C76.77,123.55.14,170.11.14,170.11S36.94,237.79,122,237.79C208.48,237.79,239.32,167.79,239.32,167.79Z" transform="translate(1.72)"/><path class="cls-5" d="M67.48,116.58s15.48-7,12.38,4.65-15.48,28.64-11.61,29.41S83,140.58,86.06,142.12s5.42.78,3.87,6.2-3.1,9.29,0,9.29,5.42-7,9.29-13.94,10.06-3.87,12.38-1.55,9.29,15.49,14.71,13.94,8.51-8.52,6.19-24,1.55-20.12,1.55-20.12,4.64-2.32,13.16,8.51,24,27.09,26.31,26.32-10.83-17.8-7.74-19.35,15.48,2.32,21.68,7.74c0,0,2.12,8.87,2.12.36L126.31,73.24,115.47,74l-10.06.77S80.64,111.94,67.48,116.58Z" transform="translate(1.72)"/><path class="cls-6" d="M239.32,170.11c-53.41-24-108.37-93.78-113-96.87s-10.84.77-10.84.77c-3.87-6.19-10.06.77-10.06.77C76.77,123.55.14,170.11.14,170.11" transform="translate(1.72)"/></g><circle class="cls-6" cx="121.45" cy="119.73" r="116.15"/></g></g></svg>
contact-form-7/assets/icon.png 0000644 00000072155 14751027306 0012263 0 ustar 00 �PNG
IHDR \r�f gAMA ���a cHRM z&