id, array( self::SETTINGS_SLUG, self::TOOLBAR_SLUG, 'dashboard', 'plugins', 'plugins-network' ) ) ) { return; } add_action( 'admin_footer', array( &$this, 'print_js' ) ); $install_url = self_admin_url( 'plugin-install.php?tab=search&s=elementor' ); ?>

.

id, array( self::SETTINGS_SLUG, self::TOOLBAR_SLUG ) ) ) { $footer_text = sprintf( /* translators: 1: One Click Accessibility, 2: Link to plugin review */ __( 'Enjoyed %1$s? Please leave us a %2$s rating. We really appreciate your support!', 'pojo-accessibility' ), '' . __( 'One Click Accessibility', 'pojo-accessibility' ) . '', '★★★★★' ); } return $footer_text; } public function __construct() { add_action( 'admin_notices', array( &$this, 'admin_notices' ) ); add_action( 'wp_ajax_a11y_install_elementor_set_admin_notice_viewed', array( &$this, 'ajax_a11y_install_elementor_set_admin_notice_viewed' ) ); add_filter( 'admin_footer_text', [ $this, 'admin_footer_text' ] ); } }