You appear to be a bot. Output may be restricted
Description
Usage
Tests_Template::test_embed_template_hierarchy_for_post();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/template.php
Lines:
1 to 16 of 16
public function test_embed_template_hierarchy_for_post() { $this->assertTemplateHierarchy( get_post_embed_url( self::$post ), array( 'embed-post-quote.php', 'embed-post.php', 'embed.php', 'templates/post.php', 'single-post-post-name-😀.php', 'single-post-post-name-%f0%9f%98%80.php', 'single-post.php', 'single.php', 'singular.php', ) ); }