register_block_core_social_link() – Registers the `core/social-link` blocks.
You appear to be a bot. Output may be restricted
Description
Registers the core/social-link
blocks.
Usage
register_block_core_social_link();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/blocks/social-link.php
Lines:
1 to 8 of 8
function register_block_core_social_link() { register_block_type_from_metadata( __DIR__ . '/social-link', array( 'render_callback' => 'render_block_core_social_link', ) ); }