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_has_support()’ PHP function Written by Adrian Gordon WordPress Checks whether the current block type supports the feature requested.
Using WordPress ‘balanceTags()’ PHP function Written by Adrian Gordon WordPress Balances tags if forced to, or if the ‘use_balanceTags’ option is set to true.
Using WordPress ‘backslashit()’ PHP function Written by Adrian Gordon WordPress Adds backslashes before letters and before a number at the start of a string.
Using WordPress ‘apply_shortcodes()’ PHP function Written by Adrian Gordon WordPress Searches content for shortcodes and filter shortcodes through their hooks.
Using WordPress ‘apply_filters_ref_array()’ PHP function Written by Adrian Gordon WordPress Calls the callback functions that have been added to a filter hook, specifying arguments in an array.
Using WordPress ‘apply_filters()’ PHP function Written by Adrian Gordon WordPress Calls the callback functions that have been added to a filter hook.
Using WordPress ‘antispambot()’ PHP function Written by Adrian Gordon WordPress Converts email addresses characters to HTML entities to block spam bots.
Using WordPress ‘apache_mod_loaded()’ PHP function Written by Adrian Gordon WordPress Determines whether the specified module exist in the Apache config.