| @@ -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 |