文件操作 - index.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/themes/flatsome/inc/blocks/uxbuilder/index.php
编辑文件内容
<?php /** * Server-side rendering of the `flatsome/uxbuilder` block. * * @package Flatsome */ /** * Registers the `flatsome/uxbuilder` component and block. This block doesn't * need a render function because it only contains raw HTML and shortcodes. */ function flatsome_register_uxbuilder_block() { $path = __DIR__ . '/block.json'; $metadata = json_decode( file_get_contents( $path ), true ); if ( flatsome_wp_version_check( '6.3' ) ) { $metadata['api_version'] = 3; } register_block_type( $metadata['name'], $metadata ); } add_action( 'init', 'flatsome_register_uxbuilder_block' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件