Lines:
1 to 62 of 62
<?php /** * @copyright (C) Copyright Bobbing Wide 2013-2022 * @package oik * */ /* function bw_contact_form_id() – Return a unique contact form ID */ /* function bw_contact_form() – Implements the [bw_contact_form] shortcode */ /* function bw_contact_form_submit_button() – Create the submit button for the contact form */ /* function _bw_show_contact_form_oik() – Show the "oik" contact form */ /* function bw_display_contact_form() – Show/process a contact form using oik */ /* function bw_get_subject() – Return the sanitized message subject */ /* function bw_get_message() – Return the sanitized message text */ /* function bw_get_contact_field_value */ /* function bw_get_contact_fields */ /* function bw_validate_contact_fields */ /* function bw_validate_required_field */ /* function bw_akismet_check() – Perform an Akismet check on the message, if it’s activated */ /* function bw_basic_spam_check */ /* function bw_call_akismet() – Return true if the akismet call says the message is not spam */ /* function bw_build_akismet_query_string() – Return the query_string to pass to Akismet given the fields in $fields and $_SERVER */ /* function bw_thankyou_message() – Display a "thank you" message */ /* function _bw_process_contact_form_oik() – Process a contact form submission */ /* function bw_contact_issue_message */ /* function bw_contact_form__help() – Implement help hook for bw_contact_form */ /* function bw_contact_form__syntax() – Syntax hook for [bw_contact_form] shortcode */ /* function bw_contact_form__example() – Implement example hook for [bw_contact_form] */ /* function bw_contact_form__snippet() – Implement snippet hook for [bw_contact_form] */ /* function bw_contact_form_register_fields */ /* function _bw_show_contact_form_fields */ /* function bw_contact_form_block */ /* function bw_contact_form_inner_blocks */ /* function bw_contact_field_to_shortcode */View on GitHub View on Trac