You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
21
-
),
22
-
'modula-nextgen-migrator' => array(
23
-
'slug' => 'modula-nextgen-migrator',
24
-
'name' => __( 'Migrate away from NextGEN', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
27
-
),
28
-
'modula-envira-migrator' => array(
29
-
'slug' => 'modula-envira-migrator',
30
-
'name' => __( 'Migrate away from Envira', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
33
-
),
34
-
'modula-photoblocks-gallery-migrator' => array(
35
-
'slug' => 'modula-photoblocks-gallery-migrator',
36
-
'name' => __( 'Migrate away from PhotoBlocks', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
39
-
),
40
-
'modula-final-tiles-migrator' => array(
41
-
'slug' => 'modula-final-tiles-migrator',
42
-
'name' => __( 'Migrate away from Final Tiles', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
247
+
),
248
+
'modula-nextgen-migrator' => array(
249
+
'slug' => 'modula-nextgen-migrator',
250
+
'name' => __( 'Migrate away from NextGEN', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
253
+
),
254
+
'modula-envira-migrator' => array(
255
+
'slug' => 'modula-envira-migrator',
256
+
'name' => __( 'Migrate away from Envira', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
259
+
),
260
+
'modula-photoblocks-gallery-migrator' => array(
261
+
'slug' => 'modula-photoblocks-gallery-migrator',
262
+
'name' => __( 'Migrate away from PhotoBlocks', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
265
+
),
266
+
'modula-final-tiles-migrator' => array(
267
+
'slug' => 'modula-final-tiles-migrator',
268
+
'name' => __( 'Migrate away from Final Tiles', 'modula-best-grid-gallery' ),
'description' => esc_html__('Want to change your gallery plugin and impress your potential clients with a fully customizable WordPress gallery plugin that\'s fully mobile responsive', 'modula-best-grid-gallery')
Copy file name to clipboardExpand all lines: includes/libraries/class-modula-review.php
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ class Modula_Review {
8
8
private$slug = 'modula-best-grid-gallery';
9
9
10
10
function__construct() {
11
+
add_action( 'init', array( $this, 'init' ) );
12
+
}
13
+
14
+
publicfunctioninit() {
15
+
if ( ! is_admin() ) {
16
+
return;
17
+
}
11
18
12
19
$this->messages = array(
13
20
'notice' => esc_html__( "Hi there! Stoked to see you're using Modula for a few days now - hope you like it! And if you do, please consider rating it. It would mean the world to us. Keep on rocking!", 'modula-best-grid-gallery' ),
0 commit comments