PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | src/Integrations/Plugins/Elementor/ElementorIntegration.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -5,13 +5,13 @@
5 5
6 6 class ElementorIntegration extends PluginIntegrationAbstract {
7 7
8 8 public function getTitle(): string {
9 - return __( 'Elementor', 'tier-pricing-table' );
9 + return 'Elementor';
10 10 }
11 11
12 12 public function getDescription(): string {
13 - return __( 'Provides the tiered pricing widget with a bunch of settings, such as: display type, active tier color, etc.',
13 + return __( 'Add a dedicated Elementor widget to display the tiered pricing table with customizable design options.',
14 14 'tier-pricing-table' );
15 15 }
16 16
17 17 public function getSlug(): string {