| @@ -122,9 +122,9 @@ | ||
| 122 | 122 | remove_all_filters( 'elementor/widgets/is_widget_enabled' ); |
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | private function get_plugin_name_from_widget_instance( $widget ) { |
| 126 | - if ( in_array( 'wordpress', $widget->get_categories() ) ) { // phpcs:ignore WordPress.WP.CapitalPDangit.MisspelledInText | |
| 126 | + if ( in_array( 'wordpress', $widget->get_categories() ) ) { | |
| 127 | 127 | return esc_html__( 'WordPress Widgets', 'elementor' ); |
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | $class_reflection = new \ReflectionClass( $widget ); |