Parsed: 127879
<?php /** * Server-side rendering of the `core/social-link` blocks. * * @package WordPress */ /* function render_block_core_social_link() – Renders the `core/social-link` block on server. */ /* function register_block_core_social_link() – Registers the `core/social-link` blocks. */ add_action( 'init', 'register_block_core_social_link' ); /* function block_core_social_link_get_icon() – Returns the SVG for social link. */ /* function block_core_social_link_get_name() – Returns the brand name for social link. */ /* function block_core_social_link_services() – Returns the SVG for social link. */ /* function block_core_social_link_get_color_styles() – Returns CSS styles for icon and icon background colors. */