File "embed.php"
Full path: /home/kosmetik/public_html/wp-includes/theme-compat/embed.php
File
size: 218 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
get_header('embed');
if (have_posts()) {
while (have_posts()) {
the_post();
get_template_part('embed', 'content');
}
} else {
get_template_part('embed', '404');
}
get_footer('embed');