Using WordPress ‘iis7_delete_rewrite_rule()’ PHP function Written by Adrian Gordon WordPress Deletes WordPress rewrite rule from web.config file if it exists there.
Using WordPress ‘get_user_id_from_string()’ PHP function Written by Adrian Gordon WordPress Get a numeric user ID from either an email address or a login.
Using WordPress ‘get_transient()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'get_transient()' function to cache query results and manage transients
Using WordPress ‘map_meta_cap()’ PHP function Written by Adrian Gordon WordPress Maps a capability to the primitive capabilities required of the given user to satisfy the capability being checked.
Using WordPress ‘link_submit_meta_box()’ PHP function Written by Adrian Gordon WordPress The `link_submit_meta_box()` is a WordPress function that allows developers to display the link creation form fields for adding new links to the site
Using Gravity Forms ‘gform_pre_note_deleted’ PHP action Written by Adrian Gordon Gravity Forms The 'gform_pre_note_deleted' PHP filter in Gravity Forms allows developers to modify or prevent the deletion of notes on form entries.
Using Gravity Forms ‘gform_update_PROPERTY_NAME’ PHP action Written by Adrian Gordon Gravity Forms This article explains how to use the `gform_update_PROPERTY_NAME` action hook in Gravity Forms to perform custom logic when updating entry properties
Using Gravity Forms ‘gform_uninstalling’ PHP action Written by Adrian Gordon Gravity Forms The `gform_uninstalling` action hook in Gravity Forms allows developers to execute clean-up tasks during the uninstall process
Using Gravity Forms ‘gform_entry_created’ PHP action Written by Adrian Gordon Gravity Forms The gform_entry_created PHP filter allows developers to customize Gravity Forms entries as soon as they are created. This powerful tool can be used to automate tasks, populate fields, or update…