| Server IP : 89.163.231.150 / Your IP : 216.73.217.99 Web Server : Apache System : Linux srv01 5.10.0-39-amd64 #1 SMP Debian 5.10.251-1 (2026-03-09) x86_64 User : pme-gmbh ( 10002) PHP Version : 8.2.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/pme-gmbh.ch/httpdocs/wp-includes/ |
Upload File : |
<?php /** * API for fetching the HTML to embed remote content based on a provided URL. * * This file is deprecated, use 'wp-includes/class-wp-oembed.php' instead. * * @deprecated 5.3.0 * @package WordPress * @subpackage oEmbed */ _deprecated_file( basename( __FILE__ ), '5.3.0', WPINC . '/class-wp-oembed.php' ); /** WP_oEmbed class */ require_once ABSPATH . WPINC . '/class-wp-oembed.php';