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/RankMath/Settings.php +5 -5 6.1.0 → 8.0.2 View file →
@@ -5,9 +5,9 @@
5 5
6 6 class Settings extends SectionAbstract {
7 7
8 8 public function getName(): string {
9 - return __( 'Rank Math SEO', 'tier-pricing-table' );
9 + return 'Rank Math SEO';
10 10 }
11 11
12 12 public function getSlug(): string {
13 13 return 'rank_math';
@@ -15,10 +15,10 @@
15 15
16 16 public function getSettings(): array {
17 17 return array(
18 18 array(
19 - 'title' => __( 'Rank Math SEO', 'tier-pricing-table' ),
20 - 'id' => \TierPricingTable\Settings\Settings::SETTINGS_PREFIX . '_subsection_' . $this->getSlug(),
19 + 'title' => 'Rank Math SEO',
20 + 'id' => \TierPricingTable\Settings\Settings::SETTINGS_PREFIX . '_subsection_' . $this->getSlug(),
21 21 'desc' => __( 'Configure the integration with Rank Math SEO plugin to use tiered pricing variables in your SEO metadata.',
22 22 'tier-pricing-table' ),
23 23 'type' => 'title',
24 24 ),
@@ -26,9 +26,9 @@
26 26 'title' => __( 'Enable custom variables', 'tier-pricing-table' ),
27 27 'id' => \TierPricingTable\Settings\Settings::SETTINGS_PREFIX . 'rank_math_enable_variables',
28 28 'type' => TPTSwitchOption::FIELD_TYPE,
29 29 'default' => 'yes',
30 - 'desc' => __( 'Enable you to use the %lowest_price% and %price_range% variables to display the lowest price and price range of products with tiered pricing in Rank Math SEO metadata.',
30 + 'extended_description' => __( 'Enable you to use the %lowest_price% and %price_range% variables to display the lowest price and price range of products with tiered pricing in Rank Math SEO metadata.',
31 31 'tier-pricing-table' ),
32 32 ),
33 33 array(
34 34 'title' => __( 'Enhance product schema with tiered pricing offers', 'tier-pricing-table' ),
@@ -34,9 +34,9 @@
34 34 'title' => __( 'Enhance product schema with tiered pricing offers', 'tier-pricing-table' ),
35 35 'id' => \TierPricingTable\Settings\Settings::SETTINGS_PREFIX . 'rank_math_enhance_schema',
36 36 'type' => TPTSwitchOption::FIELD_TYPE,
37 37 'default' => 'no',
38 - 'desc' => __( 'Enhance the product schema with tiered pricing offers. Adds an offer for each tier and the lowest price as the main offer.',
38 + 'extended_description' => __( 'Enhance the product schema with tiered pricing offers. Adds an offer for each tier and the lowest price as the main offer.',
39 39 'tier-pricing-table' ),
40 40 ),
41 41 array(
42 42 'type' => 'sectionend',