wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/blocks/site-logo.php › WordPress File
Funktionen10
› Server-side rendering of the `core/site-logo` block.
Funktion | Kurzbeschreibung |
---|---|
register_block_core_site_icon_setting | Register a core site setting for a site icon |
register_block_core_site_logo | Registers the `core/site-logo` block on the server. |
register_block_core_site_logo_setting | Register a core site setting for a site logo |
render_block_core_site_logo | Renders the `core/site-logo` block on the server. |
_delete_custom_logo_on_remove_site_logo | Removes the custom_logo theme-mod when the site_logo option gets deleted. |
_delete_site_logo_on_remove_custom_logo | Deletes the site_logo when the custom_logo theme mod is removed. |
_delete_site_logo_on_remove_custom_logo_on_setup_theme | Hooks `_delete_site_logo_on_remove_custom_logo` in `update_option_theme_mods_$theme`. |
_delete_site_logo_on_remove_theme_mods | Deletes the site logo when all theme mods are being removed. |
_override_custom_logo_theme_mod | Overrides the custom logo with a site logo, if the option is set. |
_sync_custom_logo_to_site_logo | Updates the site_logo option when the custom_logo theme-mod gets updated. |