PluginProbe
Post Grid Gutenberg Blocks – PostX / 5.0.41
Post Grid Gutenberg Blocks – PostX v5.0.41
5.0.41 5.0.39 5.0.38 5.0.37 5.0.36 5.0.35 5.0.34 5.0.33 5.0.32 5.0.31 5.0.30 5.0.29 5.0.28 5.0.27 5.0.26 5.0.25 5.0.23 5.0.24 5.0.22 5.0.21 5.0.20 5.0.19 5.0.18 5.0.17 2.1.1 All 238 releases
← All changes | includes/deactive/class-deactive.php +26 -26 5.0.225.0.41 View file →
@@ -58,34 +58,34 @@
58 58 */
59 59 public function get_deactive_settings() {
60 60 return array(
61 61 array(
62 - 'id' => 'not-working',
63 - 'input' => false,
64 - 'text' => __( "The plugin isn’t working properly.", "product-blocks" )
65 - ),
66 - array(
67 - 'id' => 'limited-features',
68 - 'input' => false,
69 - 'text' => __( "Limited features on the free version.", "product-blocks" )
70 - ),
71 - array(
72 - 'id' => 'better-plugin',
73 - 'input' => true,
74 - 'text' => __( "I found a better plugin.", "product-blocks" ),
75 - 'placeholder' => __( "Please share which plugin.", "product-blocks" ),
76 - ),
77 - array(
78 - 'id' => 'temporary-deactivation',
79 - 'input' => false,
80 - 'text' => __( "It's a temporary deactivation.", "product-blocks" )
81 - ),
82 - array(
83 - 'id' => 'other',
84 - 'input' => true,
85 - 'text' => __( "Other.", "product-blocks" ),
86 - 'placeholder' => __( "Please share the reason.", "product-blocks" ),
87 - ),
62 + 'id' => 'not-working',
63 + 'input' => false,
64 + 'text' => __( 'The plugin isn’t working properly.', 'ultimate-post' ),
65 + ),
66 + array(
67 + 'id' => 'limited-features',
68 + 'input' => false,
69 + 'text' => __( 'Limited features on the free version.', 'ultimate-post' ),
70 + ),
71 + array(
72 + 'id' => 'better-plugin',
73 + 'input' => true,
74 + 'text' => __( 'I found a better plugin.', 'ultimate-post' ),
75 + 'placeholder' => __( 'Please share which plugin.', 'ultimate-post' ),
76 + ),
77 + array(
78 + 'id' => 'temporary-deactivation',
79 + 'input' => false,
80 + 'text' => __( "It's a temporary deactivation.", 'ultimate-post' ),
81 + ),
82 + array(
83 + 'id' => 'other',
84 + 'input' => true,
85 + 'text' => __( 'Other.', 'ultimate-post' ),
86 + 'placeholder' => __( 'Please share the reason.', 'ultimate-post' ),
87 + ),
88 88 );
89 89 }
90 90
91 91 /**