[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Server-side rendering of the `core/social-link` blocks.
File Size: | 267 lines (56 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
render_block_core_social_link( $attributes ) X-Ref |
Renders the `core/social-link` block on server. param: array $attributes The block attributes. return: string Rendered HTML of the referenced block. |
register_block_core_social_link() X-Ref |
Registers the `core/social-link` blocks. |
block_core_social_link_get_icon( $service ) X-Ref |
Returns the SVG for social link. param: string $service The service icon. return: string SVG Element for service icon. |
block_core_social_link_get_name( $service ) X-Ref |
Returns the brand name for social link. param: string $service The service icon. return: string Brand label. |
block_core_social_link_services( $service = '', $field = '' ) X-Ref |
Returns the SVG for social link. param: string $service The service slug to extract data from. param: string $field The field ('name', 'icon', etc) to extract for a service. return: array|string |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |