*/ class Ask_For_Rating extends Notice { /** * Notice Content * * @author Jewel Theme */ public function notice_content() { printf( '

Enjoying %1$s?

%2$s

', esc_html__( 'Adminify', 'adminify' ), wp_kses_post( __( 'A positive rating will keep us motivated to continue supporting and improving this free plugin, and will help spread its popularity.
Your help is greatly appreciated!', 'adminify' ) ) ); } /** * Rate Plugin URL * * @author Jewel Theme */ public function plugin_rate_url() { return 'https://wordpress.org/support/plugin/adminify/reviews/' ; } /** * Footer content * * @author Jewel Theme */ public function footer_content() { ?> */ public function intervals() { return array( 7, 11, 15, 15, 10, 20, 25, 30 ); } } }