PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.0.5.4
Adminify – White Label, Admin Menu Editor, Login Customizer v4.0.5.4
4.3.2 4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 All 165 releases
← All changes | Inc/Classes/Notifications/Ask_For_Rating.php +5 -9 4.3.24.0.5.4 View file →
@@ -1,13 +1,9 @@
1 1 <?php
2 -namespace PXLBSAdminify\Inc\Classes\Notifications;
2 +namespace WPAdminify\Inc\Classes\Notifications;
3 3
4 -if ( ! defined( 'ABSPATH' ) ) {
5 - exit; // Exit if accessed directly.
6 -}
4 +use WPAdminify\Inc\Classes\Notifications\Model\Notice;
7 5
8 -use PXLBSAdminify\Inc\Classes\Notifications\Model\Notice;
9 -
10 6 if ( ! class_exists( 'Ask_For_Rating' ) ) {
11 7 /**
12 8 * Ask For Rating Class
13 9 *
@@ -22,10 +18,10 @@
22 18 */
23 19 public function notice_content() {
24 20 printf(
25 21 '<h2 style="margin:0">Enjoying %1$s?</h2><p>%2$s</p>',
26 - esc_html__( 'Adminify', 'adminify' ),
27 - wp_kses_post( __( 'A positive rating will keep us motivated to continue supporting and improving this free plugin, and will help spread its popularity.<br> Your help is greatly appreciated!', 'adminify' ) )
22 + esc_html__( 'WP Adminify', 'adminify' ),
23 + __( 'A positive rating will keep us motivated to continue supporting and improving this free plugin, and will help spread its popularity.<br> Your help is greatly appreciated!', 'adminify' )
28 24 );
29 25 }
30 26
31 27 /**
@@ -33,9 +29,9 @@
33 29 *
34 30 * @author Jewel Theme <support@jeweltheme.com>
35 31 */
36 32 public function plugin_rate_url() {
37 - return 'https://wordpress.org/support/plugin/adminify/reviews/' ;
33 + return 'https://wordpress.org/support/plugin/adminify/reviews/?filter=5' ;
38 34 }
39 35
40 36 /**
41 37 * Footer content