/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/pricing
NameSizeModeActions
assets/-0755rm
widgets/-0755rm
module.php15890644editdlrm
Edit: /var/www/wp2.qr4y.com/www/wp-content/plugins/elementor-pro/modules/pricing/module.php (1589B)
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', ]; } }