conditions = false; } } public function content(): string { return sprintf( '

%s %s

%s

', esc_html__( 'Time to take your site’s accessibility to the next level with Ally - Web Accessibility, our newest plugin packed with advanced widget customization, flexible feature controls, and a built-in statement generator. Want more details before switching?', 'pojo-accessibility' ), esc_attr( Upgrade::get_learn_more_link( 'acc-notice-switch-dash' ) ), esc_html__( 'Learn more', 'pojo-accessibility' ), esc_attr( Upgrade::get_switch_now_link() ), esc_html__( 'Switch To Ally - Web Accessibility', 'pojo-accessibility' ) ); } public function __construct() { add_action( 'current_screen', [ $this, 'maybe_add_nag_deprecation_notice' ] ); parent::__construct(); } }