Lines:
1 to 34 of 34
<?php // (C) Copyright Bobbing Wide 2013 /* function oiku_contact_user() – Implements the [bw_contact_user] shortcode */ /* function _oiku_show_contact_form_oik() – Show the "oik" contact form */ /* function _oiku_display_contact_form_oik() – Show/process a contact form using oik */ /* function oiku_get_subject() – Return the sanitized message subject */ /* function oiku_get_message() – Return the sanitized message text */ /* function oiku_akismet_check() – Perform an akismet check on the message, if it’s activated */ /* function oiku_call_akismet() – Return true is the akismet call says the message is not spam */ /* function oiku_build_query_string() – Return the query_string to pass to akismet given the fields in $fields and $_SERVER */ /* function oiku_thankyou_message() – Display a "thank you" message */ /* function _oiku_process_contact_form_oik() – Process a contact form submission */ /* function oiku_display_contact_form() – Display the required contact form */ /* function bw_contact_user__help() – Implement help hook for bw_contact_user */ /* function bw_contact_user__syntax() – Syntax hook for bw_contact_user */ /* function bw_contact_user__example() – Implement example hook for [bw_user] */ /* function bw_contact_user__snippet() – Implement snippet hook for [bw_user] */View on GitHub