/var/www/qr4y.com/www/wp-content/plugins/elementor-pro/modules/pricing
Edit: /var/www/qr4y.com/www/wp-content/plugins/elementor-pro/modules/pricing/module.php (1268B)
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
);
}
}
private function get_widgets_style_list(): array {
return [
'widget-price-list',
'widget-price-table',
];
}
}