Using WordPress ‘get_allowed_block_types()’ PHP function Written by Adrian Gordon WordPress Gets the list of allowed block types to use in the block editor.
Using WordPress ‘get_allowed_block_template_part_areas()’ PHP function Written by Adrian Gordon WordPress Returns a filtered list of allowed area values for template parts.
Using WordPress ‘get_alloptions()’ PHP function Written by Adrian Gordon WordPress Retrieve all autoload options, or all options if no autoloaded ones exist.
Using WordPress ‘get_admin_url()’ PHP function Written by Adrian Gordon WordPress Retrieves the URL to the admin area for a given site.
Using WordPress ‘get_adjacent_image_link()’ PHP function Written by Adrian Gordon WordPress Gets the next or previous image link that has the same post parent.
Using WordPress ‘get_404_template()’ PHP function Written by Adrian Gordon WordPress Retrieves path of 404 template in current or parent template.
Using WordPress ‘generate_block_asset_handle()’ PHP function Written by Adrian Gordon WordPress Generates the name for an asset based on the name of the block and the field name provided.
Using WordPress ‘gd_edit_image_support()’ PHP function Written by Adrian Gordon WordPress Check if the installed version of GD supports particular image type
Using WordPress ‘force_ssl_admin()’ PHP function Written by Adrian Gordon WordPress Determines whether to force SSL used for the Administration Screens.