PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
frontend
<?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 null|string $image Optional. The Image to use. * @param WPSEO_OpenGraph $opengraph Optional. The OpenGraph object. */ public function __construct( $image = null, WPSEO_OpenGraph $opengraph = null ) { _deprecated_function( __METHOD__, 'WPSEO 14.0' ); } }
[+]
..
[-] class-opengraph.php
[edit]
[-] class-opengraph-oembed.php
[edit]
[-] class-woocommerce-shop-page.php
[edit]
[+]
schema
[-] class-opengraph-image.php
[edit]
[-] breadcrumbs.php
[edit]
[-] frontend.php
[edit]
[-] class-handle-404.php
[edit]
[-] abstract-class-deprecated-schema-piece.php
[edit]
[-] class-primary-category.php
[edit]
[-] .htaccess
[edit]
[-] class-frontend-page-type.php
[edit]
[-] class-twitter.php
[edit]