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 ‘block_editor_rest_api_preload()’ PHP function Written by Adrian Gordon WordPress Preloads common data used with the block editor by specifying an array of REST API paths that will be preloaded for a given block editor context.
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.