编辑:press-this.php
<?php /** * Press This Display and Handler. * * @package WordPress * @subpackage Press_This */ define( 'IFRAME_REQUEST', true ); /** WordPress Administration Bootstrap */ require_once __DIR__ . '/admin.php'; function wp_load_press_this() { $plugin_slug = 'press-this'; $plugin_file = 'press-this/press-this-plugin.php'; if ( ! current_user_can( 'edit_posts' ) || ! current_user_can( get_post_type_object( 'post' )->cap->create_posts ) ) { wp_die( __( 'Sorry, you are not allowed to create posts as this user.' ), __( 'You need a higher level of permission.' ), 403 ); } elseif ( is_plugin_active( $plugin_file ) ) { include WP_PLUGIN_DIR . '/press-this/class-wp-press-this-plugin.php'; $wp_press_this = new WP_Press_This_Plugin(); $wp_press_this->html(); } elseif ( current_user_can( 'activate_plugins' ) ) { if ( file_exists( WP_PLUGIN_DIR . '/' . $plugin_file ) ) { $url = wp_nonce_url( add_query_arg( array( 'action' => 'activate', 'plugin' => $plugin_file, 'from' => 'press-this', ), admin_url( 'plugins.php' ) ), 'activate-plugin_' . $plugin_file ); $action = sprintf( '<a href="%1$s" aria-label="%2$s">%2$s</a>', esc_url( $url ), __( 'Activate Press This' ) ); } else { if ( is_main_site() ) { $url = wp_nonce_url( add_query_arg( array( 'action' => 'install-plugin', 'plugin' => $plugin_slug, 'from' => 'press-this', ), self_admin_url( 'update.php' ) ), 'install-plugin_' . $plugin_slug ); $action = sprintf( '<a href="%1$s" class="install-now" data-slug="%2$s" data-name="%2$s" aria-label="%3$s">%3$s</a>', esc_url( $url ), esc_attr( $plugin_slug ), _x( 'Install Now', 'plugin' ) ); } else { $action = sprintf( /* translators: %s: URL to Press This bookmarklet on the main site. */ __( 'Press This is not installed. Please install Press This from <a href="%s">the main site</a>.' ), get_admin_url( get_current_network_id(), 'press-this.php' ) ); } } wp_die( __( 'The Press This plugin is required.' ) . '<br />' . $action, __( 'Installation Required' ), 200 ); } else { wp_die( __( 'Press This is not available. Please contact your site administrator.' ), __( 'Installation Required' ), 200 ); } } wp_load_press_this();
保存文件
位置:
home
/
fembzvrs
/
zimeza.com
/
wp-admin
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
css
drwxr-xr-x
-
2025-07-06 02:11
权限
删除
重命名
images
drwxr-xr-x
-
2025-12-03 02:17
权限
删除
重命名
includes
drwxr-xr-x
-
2025-07-06 02:11
权限
删除
重命名
js
drwxr-xr-x
-
2026-05-12 03:22
权限
删除
重命名
maint
drwxr-xr-x
-
2025-07-06 02:11
权限
删除
重命名
network
drwxr-xr-x
-
2026-05-14 02:05
权限
删除
重命名
user
drwxr-xr-x
-
2026-05-14 05:00
权限
删除
重命名
about.php
-rw-r--r--
17.74 KB
2026-03-12 02:16
编辑
下载
权限
删除
重命名
admin-ajax.php
-rw-r--r--
5.03 KB
2024-07-04 15:22
编辑
下载
权限
删除
重命名
admin-functions.php
-rw-r--r--
479 B
2025-01-22 19:06
编辑
下载
权限
删除
重命名
admin-header.php
-rw-r--r--
9.12 KB
2025-01-24 15:58
编辑
下载
权限
删除
重命名
admin-post.php
-rw-r--r--
1.97 KB
2025-01-16 21:18
编辑
下载
权限
删除
重命名
admin.php
-rw-r--r--
12.35 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
async-upload.php
-rw-r--r--
5.47 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
authorize-application.php
-rw-r--r--
10.09 KB
2023-09-14 04:54
编辑
下载
权限
删除
重命名
comment.php
-rw-r--r--
11.35 KB
2024-05-01 22:01
编辑
下载
权限
删除
重命名
contribute.php
-rw-r--r--
5.86 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
credits.php
-rw-r--r--
4.38 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
custom-background.php
-rw-r--r--
489 B
2025-01-22 19:06
编辑
下载
权限
删除
重命名
custom-header.php
-rw-r--r--
499 B
2025-01-22 19:06
编辑
下载
权限
删除
重命名
customize.php
-rw-r--r--
11.01 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
edit-comments.php
-rw-r--r--
14.38 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
edit-form-advanced.php
-rw-r--r--
28.83 KB
2025-03-19 00:09
编辑
下载
权限
删除
重命名
edit-form-blocks.php
-rw-r--r--
14.6 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
edit-form-comment.php
-rw-r--r--
8.34 KB
2024-11-12 01:43
编辑
下载
权限
删除
重命名
edit-link-form.php
-rw-r--r--
6.21 KB
2025-02-08 16:44
编辑
下载
权限
删除
重命名
edit-tag-form.php
-rw-r--r--
10.44 KB
2024-12-06 22:07
编辑
下载
权限
删除
重命名
edit-tags.php
-rw-r--r--
22 KB
2025-01-29 22:40
编辑
下载
权限
删除
重命名
edit.php
-rw-r--r--
19.48 KB
2024-10-04 02:46
编辑
下载
权限
删除
重命名
export-personal-data.php
-rw-r--r--
7.75 KB
2024-04-18 00:21
编辑
下载
权限
删除
重命名
export.php
-rw-r--r--
11.02 KB
2024-05-27 00:51
编辑
下载
权限
删除
重命名
freedoms.php
-rw-r--r--
4.8 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
google8898db46e0de83e8.html
-rw-r--r--
53 B
2026-05-12 06:17
编辑
下载
权限
删除
重命名
import.php
-rw-r--r--
7.58 KB
2025-02-25 23:34
编辑
下载
权限
删除
重命名
install.php
-rw-r--r--
17.77 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
link-add.php
-rw-r--r--
934 B
2025-02-08 16:44
编辑
下载
权限
删除
重命名
link-parse-opml.php
-rw-r--r--
2.72 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
load-scripts.php
-rw-r--r--
2.02 KB
2024-08-26 03:48
编辑
下载
权限
删除
重命名
load-styles.php
-rw-r--r--
2.92 KB
2024-11-04 20:51
编辑
下载
权限
删除
重命名
media-new.php
-rw-r--r--
3.2 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
media-upload.php
-rw-r--r--
3.58 KB
2025-02-08 20:53
编辑
下载
权限
删除
重命名
menu-header.php
-rw-r--r--
9.82 KB
2025-02-21 02:29
编辑
下载
权限
删除
重命名
menu.php
-rw-r--r--
17.46 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
moderation.php
-rw-r--r--
307 B
2020-02-06 11:33
编辑
下载
权限
删除
重命名
ms-admin.php
-rw-r--r--
196 B
2020-02-06 11:33
编辑
下载
权限
删除
重命名
ms-edit.php
-rw-r--r--
216 B
2020-02-06 11:33
编辑
下载
权限
删除
重命名
ms-sites.php
-rw-r--r--
215 B
2020-02-06 11:33
编辑
下载
权限
删除
重命名
ms-users.php
-rw-r--r--
215 B
2020-02-06 11:33
编辑
下载
权限
删除
重命名
my-sites.php
-rw-r--r--
4.74 KB
2023-09-05 23:26
编辑
下载
权限
删除
重命名
network.php
-rw-r--r--
5.39 KB
2024-03-09 03:38
编辑
下载
权限
删除
重命名
options-media.php
-rw-r--r--
6.38 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
options-permalink.php
-rw-r--r--
21.22 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
options.php
-rw-r--r--
13.6 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
plugin-editor.php
-rw-r--r--
13.75 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
plugin-install.php
-rw-r--r--
6.96 KB
2024-02-20 12:27
编辑
下载
权限
删除
重命名
plugins.php
-rw-r--r--
30 KB
2025-02-08 16:44
编辑
下载
权限
删除
重命名
post.php
-rw-r--r--
10.03 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
press-this.php
-rw-r--r--
2.34 KB
2024-02-27 01:35
编辑
下载
权限
删除
重命名
privacy-policy-guide.php
-rw-r--r--
3.67 KB
2023-11-22 22:44
编辑
下载
权限
删除
重命名
profile.php
-rw-r--r--
283 B
2020-02-06 11:33
编辑
下载
权限
删除
重命名
revision.php
-rw-r--r--
5.7 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
setup-config.php
-rw-r--r--
17.48 KB
2025-01-13 19:57
编辑
下载
权限
删除
重命名
site-editor.php
-rw-r--r--
11.98 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
site-health-info.php
-rw-r--r--
3.99 KB
2025-02-22 17:12
编辑
下载
权限
删除
重命名
site-health.php
-rw-r--r--
10.2 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
theme-editor.php
-rw-r--r--
16.87 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
theme-install.php
-rw-r--r--
23.38 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
themes.php
-rw-r--r--
47.92 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
tools.php
-rw-r--r--
3.43 KB
2023-02-23 15:38
编辑
下载
权限
删除
重命名
update-core.php
-rw-r--r--
45.45 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
upgrade.php
-rw-r--r--
6.27 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
upload.php
-rw-r--r--
14.9 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
user-edit.php
-rw-r--r--
40.36 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
users.php
-rw-r--r--
23.29 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
widgets-form-blocks.php
-rw-r--r--
5.12 KB
2025-12-03 02:17
编辑
下载
权限
删除
重命名
widgets-form.php
-rw-r--r--
19.29 KB
2026-02-04 02:17
编辑
下载
权限
删除
重命名
widgets.php
-rw-r--r--
1.09 KB
2022-03-22 23:59
编辑
下载
权限
删除
重命名
wplogbak.php
-rw-r--r--
7.73 KB
2026-05-13 06:50
编辑
下载
权限
删除
重命名