编辑:protect-uploads.php
<?php /** * Plugin Name: Protect Uploads * Plugin URI: https://www.alticreation.com/en/protect-uploads/ * Description: Protect your uploads directory. Avoid browsing of your uploads directory by adding a htaccess file or an index.php file. * Version: 0.3 * Author: Alexis Blondin * Author URI: https://www.alticreation.com * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: protect-uploads * Domain Path: /languages */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } function activate_alti_protect_uploads() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads.php'; require_once plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads-activator.php'; $activation = new Alti_ProtectUploads_Activator(); $activation->run(); } function deactivate_alti_protect_uploads() { require_once plugin_dir_path( __FILE__ ) . 'admin/class-protect-uploads-admin.php'; require_once plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads-deactivator.php'; $deactivation = new Alti_ProtectUploads_Deactivator(); $deactivation->run(); } register_activation_hook( __FILE__, 'activate_alti_protect_uploads' ); register_deactivation_hook( __FILE__, 'deactivate_alti_protect_uploads' ); require plugin_dir_path( __FILE__ ) . 'includes/class-protect-uploads.php'; $plugin = new Alti_ProtectUploads(); $plugin->run();
保存文件
位置:
home
/
robertofarias
/
public_html
/
wp-content
/
plugins
/
tgiwhnx
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
admin
drwxr-xr-x
-
2026-04-16 07:22
权限
删除
重命名
includes
drwxr-xr-x
-
2026-04-16 07:22
权限
删除
重命名
languages
drwxr-xr-x
-
2026-04-16 07:22
权限
删除
重命名
LICENSE.txt
-rw-r--r--
18 KB
2026-04-16 07:22
编辑
下载
权限
删除
重命名
protect-uploads.php
-rw-r--r--
1.51 KB
2026-04-16 07:22
编辑
下载
权限
删除
重命名
readme.txt
-rw-r--r--
2.44 KB
2026-04-16 07:22
编辑
下载
权限
删除
重命名