✏️ 正在编辑: module.php
路径:
/home/eblama1/mintawon.farm/wp-content/plugins/elementor-pro/modules/table-of-contents/module.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace ElementorPro\Modules\TableOfContents; use ElementorPro\Base\Module_Base; use ElementorPro\Plugin; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Module extends Module_Base { public function get_widgets() { return [ 'Table_Of_Contents', ]; } public function get_name() { return 'table-of-contents'; } /** * @deprecated 3.1.0 */ public function localize_settings() { Plugin::elementor()->modules_manager->get_modules( 'dev-tools' )->deprecation->deprecated_function( __METHOD__, '3.1.0' ); return []; } }
💾 保存文件
← 返回文件管理器