Using WordPress ‘get_author_name()’ PHP function Written by Adrian Gordon WordPress The `get_author_name()` function in WordPress retrieves the preferred display name of a specified author using its ID
Using WordPress ‘get_block_wrapper_attributes()’ PHP function Written by Adrian Gordon WordPress Generates a string of attributes by applying to the current block being rendered all of the features that the block supports.
Using WordPress ‘get_block_theme_folders()’ PHP function Written by Adrian Gordon WordPress For backward compatibility reasons, block themes might be using block-templates or block-template-parts, this function ensures we fallback to these folders properly.
Using WordPress ‘get_block_templates()’ PHP function Written by Adrian Gordon WordPress Retrieves a list of unified template objects based on a query.
Using WordPress ‘get_block_template()’ PHP function Written by Adrian Gordon WordPress Retrieves a single unified template object using its id.
Using WordPress ‘get_block_metadata_i18n_schema()’ PHP function Written by Adrian Gordon WordPress Gets i18n schema for block’s metadata read from block.json file.
Using WordPress ‘get_block_file_template()’ PHP function Written by Adrian Gordon WordPress Retrieves a unified template object based on a theme file.
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.