Using Gravity Forms ‘gform_after_check_update’ PHP filter Written by Adrian Gordon Gravity FormsJavaScript The 'gform_after_check_update' PHP filter modifies Gravity Forms after updates, allowing for actions such as field additions.
Using WordPress ‘delete_option()’ PHP function Written by Adrian Gordon WordPress Removes option by name. Prevents removal of protected WordPress options.
Using WordPress ‘current_time()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'current_time()' PHP function to get the current time in various formats such as MySQL, GMT, timestamp, and more
Using WordPress ‘esc_sql()’ PHP function Written by Adrian Gordon WordPress The `esc_sql()` function in WordPress is used to escape data for use in a MySQL query
Using WordPress ‘get_gmt_from_date()’ PHP function Written by Adrian Gordon WordPress Given a date in the timezone of the site, returns that date in UTC.
Using WordPress ‘iso8601_to_datetime()’ PHP function Written by Adrian Gordon WordPress Given an ISO 8601 (Ymd H:i:sO) date, returns a MySQL DateTime (Y-m-d H:i:s) format used by post_date[_gmt].
Using WordPress ‘get_weekstartend()’ PHP function Written by Adrian Gordon WordPress Gets the week start and end from the datetime or date string from MySQL.
Using Gravity Forms ‘gform_updates’ PHP action Written by Adrian Gordon Gravity Forms Discover the power of the "gform_updates" action in Gravity Forms! Customize messages, log notices, send emails, and more. Find out how in this guide.
Using WordPress ‘mysql_to_rfc3339()’ PHP function Written by Adrian Gordon WordPress Parses and formats a MySQL datetime (Y-m-d H:i:s) for ISO8601 (Y-m-d H:i:s).