breakpoints->has_custom_breakpoints(); wp_register_style( 'widget-call-to-action', Plugin::get_frontend_file_url( "widget-call-to-action{$direction_suffix}.min.css", $has_custom_breakpoints ), [ 'elementor-frontend' ], $has_custom_breakpoints ? null : ELEMENTOR_PRO_VERSION ); wp_register_style( 'e-transitions', $this->get_css_assets_url( 'transitions', 'assets/css/conditionals/', true ), [], ELEMENTOR_PRO_VERSION ); } }