🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 videoobject.php

📁 Path: ./wp-content/plugins/seo-by-rank-math/includes/modules/schema/shortcode/videoobject.php
📊 Size: 514 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
/**
 * Shortcode - Video
 *
 * @package    RankMath
 * @subpackage RankMath\Schema
 */

defined( 'ABSPATH' ) || exit;

global $wp_embed;
$this->get_title();
?>
<div class="rank-math-review-data">

	<?php $this->get_description(); ?>

	<?php
	if ( ! empty( $this->schema['embedUrl'] ) ) {
		echo do_shortcode( $wp_embed->autoembed( $this->schema['embedUrl'] ) );
	} elseif ( ! empty( $this->schema['contentUrl'] ) ) {
		echo do_shortcode( $wp_embed->autoembed( $this->schema['contentUrl'] ) );
	}
	?>

</div>
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨