芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/elementor-extras/modules/navigation/skins/skin-base.php
parent = $widget; $this->register_content_controls(); } /** * Register Content Controls * * @since 2.0.0 * @return void */ public function register_content_controls() {} /** * Render * * Render widget contents on frontend * * @since 2.0.0 * @return void */ public function render() { $this->parent->render(); } }