Using Gravity Forms ‘gform_display_add_form_button’ PHP filter Written by Adrian Gordon Gravity FormsJavaScript The `gform_display_add_form_button` filter allows you to control whether the "Add Form" button appears in various contexts using a boolean value and conditional logic.
Using WordPress ‘apply_shortcodes()’ PHP function Written by Adrian Gordon WordPress Searches content for shortcodes and filter shortcodes through their hooks.
Using WordPress ‘antispambot()’ PHP function Written by Adrian Gordon WordPress Converts email addresses characters to HTML entities to block spam bots.
Using WordPress ‘do_shortcode()’ PHP function Written by Adrian Gordon WordPress Searches content for shortcodes and filter shortcodes through their hooks.
Using WordPress ‘get_shortcode_regex()’ PHP function Written by Adrian Gordon WordPress Learn how to retrieve the regular expression used for searching shortcodes in WordPress using the `get_shortcode_regex()` function
Using WordPress ‘do_shortcode_tag()’ PHP function Written by Adrian Gordon WordPress Regular Expression callable for do_shortcode() for calling shortcode hook.
Using WordPress ‘do_shortcodes_in_html_tags()’ PHP function Written by Adrian Gordon WordPress Searches only inside HTML elements for shortcodes and process them.
Using WordPress ‘do_settings_sections()’ PHP function Written by Adrian Gordon WordPress Prints out all settings sections added to a particular settings page.
Using WordPress ‘display_space_usage()’ PHP function Written by Adrian Gordon WordPress Displays the amount of disk space used by the current site. Not used in core.