wpseek.com
A WordPress-centric search engine for devs and theme authors



register_block_core_details › WordPress Function

Since7.0.0
Deprecatedn/a
register_block_core_details ( No parameters )
Defined at:
Codex:

Registers the `core/details` block on server.



Source

function register_block_core_details() {
	register_block_type_from_metadata( __DIR__ . '/details' );
}