文件操作 - wpcode.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/inc/integration/wpcode.php
编辑文件内容
<?php namespace TotalTheme\Integration; defined( 'ABSPATH' ) || exit; /** * WPCode Integration. */ class WPCode { /** * Init. */ public static function init() { if ( \is_admin() ) { add_action( 'wpcode_before_admin_pages_loaded', [ self::class, 'register_library_username' ] ); } } /** * Registers the totaltheme username to display snippets in the WPCode library. */ public static function register_library_username(): void { wpcode_register_library_username( 'totaltheme', 'TotalTheme', WPEX_THEME_VERSION ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件