wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/blocks/social-link.php › WordPress File
Functions7
› Server-side rendering of the `core/social-link` blocks.
| Function | Short description |
|---|---|
| block_core_social_link_get_color_classes | Returns CSS classes for icon and icon background colors. |
| block_core_social_link_get_color_styles | Returns CSS styles for icon and icon background colors. |
| block_core_social_link_get_icon | Returns the SVG for social link. |
| block_core_social_link_get_name | Returns the brand name for social link. |
| block_core_social_link_services | Returns the SVG for social link. |
| register_block_core_social_link | Registers the `core/social-link` blocks. |
| render_block_core_social_link | Renders the `core/social-link` block on server. |