====== Wordpress ContactForm7 ====== https://contactform7.com https://contactform7.com/category/cookbook/ ===== Technique ===== ==== Wordpress actions ==== * wpcf7_admin_warnings * wpcf7_admin_notices * wpcf7_post_edit_form_tag * wpcf7_admin_misc_pub_section * wpcf7_admin_footer * wpcf7_admin_init * wpcf7_admin_menu * wpcf7_admin_load * wpcf7_admin_warnings * wpcf7_admin_notices * wpcf7_admin_load * wpcf7_admin_warnings * wpcf7_admin_notices * wpcf7_save_contact_form * wpcf7_mail_sent * wpcf7_mail_failed * wpcf7_contact_form * wpcf7_submit * wpcf7_after_create * wpcf7_after_update * wpcf7_after_save * wpcf7_swv_create_schema * wpcf7_enqueue_scripts * wpcf7_enqueue_styles * wpcf7_config_validator_validate * wpcf7_init * wpcf7_upgrade * wpcf7_after_flamingo * wpcf7_before_send_mail [[https://contactform7.com/2020/07/28/accessing-user-input-data/|Accessing user input data]] ==== Wordpress filters ==== Filters: * admin * wpcf7_admin_menu_change_notice * wpcf7_editor_panels * capabilities * wpcf7_map_meta_cap * template * wpcf7_default_template * wpcf7_messages * contact-form * wpcf7_contact_form_default_pack * wpcf7_pre_construct_contact_form_properties * wpcf7_contact_form_property_{$name} * wpcf7_contact_form_properties * wpcf7_subscribers_only_notice * wpcf7_form_action_url * wpcf7_form_id_attr * wpcf7_form_name_attr * wpcf7_form_title_attr * wpcf7_form_class_attr * wpcf7_form_enctype * wpcf7_form_autocomplete * wpcf7_form_hidden_fields * wpcf7_form_response_output * wpcf7_validation_error * wpcf7_form_elements * wpcf7_collect_mail_tags * wpcf7_display_message * wpcf7_verify_nonce * wpcf7_copy * wpcf7_contact_form_shortcode * file * wpcf7_upload_file_name * form-tag * wpcf7_form_tag_date_option * wpcf7_form_tag_data_option * wpcf7_form_tag * formatting * wpcf7_kses_allowed_html * wpcf7_upload_dir * wpcf7_support_html5_fallback * wpcf7_use_really_simple_captcha * wpcf7_validate_configuration * wpcf7_autop_or_not * wpcf7_load_js * wpcf7_load_css * wpcf7_log_remote_request * wpcf7_mail_html_header * wpcf7_mail_html_footer * wpcf7_mail_components * wpcf7_mail_tag_replaced_{$type} * wpcf7_mail_tag_replaced * wpcf7_special_mail_tags * wpcf7_feedback_response * wpcf7_refill_response * wpcf7_submission_result * wpcf7_posted_data_{$type} * wpcf7_posted_data * wpcf7_remote_ip_addr * wpcf7_validate_{$type} * wpcf7_validate * wpcf7_acceptance * wpcf7_skip_spam_check * wpcf7_spam - [[https://contactform7.com/2020/07/18/custom-spam-filtering/|The wpcf7_spam filter hook]] * wpcf7_skip_mail * wpcf7_additional_mail * wpcf7_validate_{$tag->type} * Validation functions * wpcf7_is_email * wpcf7_is_url * wpcf7_is_tel * wpcf7_is_number * wpcf7_is_date * wpcf7_swv_available_rules * wpcf7_submission_has_disallowed_words * wpcf7_do_doi * Flamingo * wpcf7_flamingo_submit_if * wpcf7_special_mail_tags * wpcf7_flamingo_inbound_message_parameters * wpcf7_flamingo_get_value * wpcf7_captcha_url * Akismet * wpcf7_akismet_parameters * wpcf7_akismet_comment_check * wpcf7_constant_contact_submit * wpcf7_constant_contact_contact_post_request_builder * wpcf7_constant_contact_doi_optin_callback * wpcf7_constant_contact_doi_email_callback * modules/recaptcha * wpcf7_use_recaptcha_net * wpcf7_recaptcha_actions * wpcf7_recaptcha_sitekey * wpcf7_recaptcha_secret * wpcf7_recaptcha_verify_response * wpcf7_recaptcha_threshold * modules/sendinblue * wpcf7_sendinblue_doi_optin_callback * wpcf7_sendinblue_doi_email_callback * wpcf7_sendinblue_contact_parameters * wpcf7_sendinblue_email_parameters * wpcf7_sendinblue_collect_parameters * modules/stripe * wpcf7_stripe_payment_intent_parameters ==== constants ==== * WPCF7_UPLOADS_TMP_DIR - [[https://contactform7.com/file-uploading-and-attachment/|File uploading and attachment]] * WPCF7_VERIFY_NONCE - default to ''false'' @todo constantes déclarées dans ''wp-content/plugins/contact-form-7/wp-contact-form-7.php''.