Using WordPress ‘get_block_editor_theme_styles()’ PHP function Written by Adrian Gordon WordPress Creates an array of theme styles to load into the block editor.
Using WordPress ‘get_block_editor_settings()’ PHP function Written by Adrian Gordon WordPress Returns the contextualized block editor settings for a selected editor context.
Using WordPress ‘get_block_categories()’ PHP function Written by Adrian Gordon WordPress Returns all the categories for block types that will be shown in the block editor.
Using WordPress ‘get_background_image()’ PHP function Written by Adrian Gordon WordPress The `get_background_image()` function in WordPress retrieves the background image for custom backgrounds
Using WordPress ‘get_avatar_data()’ PHP function Written by Adrian Gordon WordPress The `get_avatar_data()` function in WordPress retrieves default data about a user's avatar, including its URL, dimensions, and rating
Using WordPress ‘get_avatar()’ PHP function Written by Adrian Gordon WordPress Retrieves the avatar <img> tag for a user, email address, MD5 hash, comment, or post.
Using WordPress ‘get_available_post_mime_types()’ PHP function Written by Adrian Gordon WordPress Gets all available post MIME types for a given post type.
Using WordPress ‘get_available_languages()’ PHP function Written by Adrian Gordon WordPress Gets all available languages based on the presence of *.mo files in a given directory.
Using WordPress ‘get_author_template()’ PHP function Written by Adrian Gordon WordPress Retrieves path of author template in current or parent template.