芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/elementor-pro/modules/pricing/module.php
get_widgets_style_list(); foreach ( $widget_styles as $widget_style_name ) { wp_register_style( $widget_style_name, $this->get_css_assets_url( $widget_style_name, null, true, true ), [ 'elementor-frontend' ], ELEMENTOR_PRO_VERSION ); } wp_register_style( 'e-ribbon', $this->get_css_assets_url( 'ribbon', 'assets/css/conditionals/', true ), [], ELEMENTOR_PRO_VERSION ); } public function enqueue_preview_styles() { wp_enqueue_style( 'e-ribbon' ); } private function get_widgets_style_list(): array { return [ 'widget-price-list', 'widget-price-table', ]; } }