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/WPAllImport.php +2 -4 6.1.0 → 8.0.2 View file →
@@ -880,15 +880,13 @@
880 880 $m && $this->logger && call_user_func( $this->logger, $m );
881 881 }
882 882
883 883 public function getTitle(): string {
884 - return __( 'WP All Import', 'tier-pricing-table' );
884 + return 'WP All Import';
885 885 }
886 886
887 887 public function getDescription(): string {
888 - return __( 'Integration allows you to import tiered pricing data (including role-based rules) via the plugin WP All Import.',
889 - 'tier-pricing-table' );
890 -
888 + return __( 'Import and update tiered pricing rules using WP All Import.', 'tier-pricing-table' );
891 889 }
892 890
893 891 public function getSlug(): string {
894 892 return 'wpallimport';