%s
%s%s
', __( 'New accessibility plugin available!', 'pojo-accessibility' ), __( 'Your current plugin is no longer supported. Switch to Ally - Web Accessibility now to access more customization, control, and tools for a more inclusive site.', 'pojo-accessibility' ), Upgrade::get_learn_more_link( 'acc-notice-switch-oc' ), // link to learn more __( 'Learn More', 'pojo-accessibility' ), Upgrade::get_switch_now_link(), // link to switch now __( 'Switch to Ally', 'pojo-accessibility' ) ); } public function maybe_add_nag_deprecation_notice() { if ( ! Upgrade::is_legacy_page() ) { $this->conditions = false; } } public function __construct() { add_action( 'current_screen', [ $this, 'maybe_add_nag_deprecation_notice' ] ); parent::__construct(); } }