%s',
esc_url( admin_url( 'options-general.php?page=' . self::PAGE_SLUG ) ),
esc_html__( 'plugin settings', 'speechkit' )
)
);
?>
id ) {
return;
}
$dismissed = get_option( 'beyondwords_notice_review_dismissed', '' );
if ( ! empty( $dismissed ) ) {
return;
}
$activated_at = strtotime( (string) get_option( 'beyondwords_date_activated', '2025-03-01' ) );
if ( false === $activated_at || $activated_at >= strtotime( self::REVIEW_NOTICE_OFFSET ) ) {
return;
}
?>
%s',
'https://wordpress.org/support/plugin/speechkit/reviews/',
esc_html__( 'WordPress Plugin Repo', 'speechkit' )
)
);
?>
id ) {
return;
}
$errors = get_transient( 'beyondwords_settings_errors' );
if ( ! is_array( $errors ) || empty( $errors ) ) {
return;
}
delete_transient( 'beyondwords_settings_errors' );
$allowed = [
'a' => [ 'href' => [], 'target' => [] ],
'b' => [],
'strong' => [],
'i' => [],
'em' => [],
'br' => [],
'code' => [],
];
?>