Using Gravity Forms ‘gform_after_delete_field’ PHP filter Written by Adrian Gordon Gravity FormsWordPress PHP filters validate and sanitize data from insecure sources like user input, securing web applications.
Using Gravity Forms ‘gform_post_data’ PHP filter Written by Adrian Gordon Gravity FormsWordPress The 'gform_post_data' PHP filter in Gravity Forms allows developers to modify form submission data before it is saved to the database.
Using WordPress ’email_exists()’ PHP function Written by Adrian Gordon WordPress Learn how to use the WordPress 'email_exists()' function to check if a specific email address exists in your website's database
Using WordPress ‘cat_is_ancestor_of()’ PHP function Written by Adrian Gordon WordPress Checks if a category is an ancestor of another category.
Using WordPress ‘category_exists()’ PHP function Written by Adrian Gordon WordPress The `category_exists()` function in WordPress is a helpful tool for checking if a category or subcategory exists within the database
Using WordPress ‘category_description()’ PHP function Written by Adrian Gordon WordPress The `category_description()` function in WordPress retrieves the description of a category specified by either an ID or slug
Using WordPress ‘capital_P_dangit()’ PHP function Written by Adrian Gordon WordPress Forever eliminate “Wordpress” from the planet (or at least the little bit we can influence).
Using WordPress ‘can_edit_network()’ PHP function Written by Adrian Gordon WordPress Determines whether or not this network from this page can be edited.
Using WordPress ‘block_template_part()’ PHP function Written by Adrian Gordon WordPress The `block_template_part()` function in WordPress allows you to print specific block templates by passing in their names as strings