📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 13:49:49
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
frontend
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/wordpress-seo/src/deprecated/frontend
🔄 Refresh
✏️
Editing: class-opengraph-image.php
Writable
<?php /** * WPSEO plugin file. * * @package WPSEO\Frontend */ use Yoast\WP\SEO\Values\Open_Graph\Images; _deprecated_file( basename( __FILE__ ), 'WPSEO 14.0' ); /** * Class WPSEO_OpenGraph_Image. * * @deprecated 14.0 */ class WPSEO_OpenGraph_Image extends Images { /** * The image ID used when the image is external. * * @var string */ const EXTERNAL_IMAGE_ID = '-1'; /** * Constructor. * * @deprecated 14.0 * @codeCoverageIgnore * * @param string|null $image Optional. The Image to use. * @param WPSEO_OpenGraph|null $opengraph Optional. The OpenGraph object. */ public function __construct( $image = null, WPSEO_OpenGraph $opengraph = null ) { _deprecated_function( __METHOD__, 'WPSEO 14.0' ); } }
💾 Save Changes
❌ Cancel