kollapsminoriteten/wp-includes/embed-template.php

14 lines
338 B
PHP
Raw Normal View History

2019-11-02 10:38:58 +01:00
<?php
/**
* Back-compat placeholder for the base embed template
*
* @package WordPress
* @subpackage oEmbed
* @since 4.4.0
* @deprecated 4.5.0 Moved to wp-includes/theme-compat/embed.php
*/
2022-12-15 17:47:31 +01:00
_deprecated_file( basename( __FILE__ ), '4.5.0', WPINC . '/theme-compat/embed.php' );
2019-11-02 10:38:58 +01:00
2020-05-06 17:23:38 +02:00
require ABSPATH . WPINC . '/theme-compat/embed.php';