You appear to be a bot. Output may be restricted
Description
Usage
Block_Template_Utils_Test::get_template_ids( $templates );
Parameters
- $templates
- ( mixed ) required –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/block-template-utils.php
Lines:
1 to 9 of 9
function get_template_ids( $templates ) { return array_map( static function( $template ) { return $template->id; }, $templates ); }