55 * @package WPSEO
66 */
77
8+ use WPSEO_Shortlinker ;
89use Yoast \WP \SEO \Helpers \Product_Helper ;
910use Yoast \WP \SEO \Helpers \Score_Icon_Helper ;
1011use Yoast \WP \SEO \Models \Indexable ;
@@ -460,17 +461,17 @@ protected function add_seo_tools_submenu( WP_Admin_Bar $wp_admin_bar ) {
460461 [
461462 'id ' => 'wpseo-semrush ' ,
462463 'title ' => 'Semrush ' ,
463- 'href ' => 'https://yoa.st/admin-bar-semrush ' ,
464+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-semrush ' ) ,
464465 ],
465466 [
466467 'id ' => 'wpseo-wincher ' ,
467468 'title ' => 'Wincher ' ,
468- 'href ' => 'https://yoa.st/admin-bar-wincher ' ,
469+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-wincher ' ) ,
469470 ],
470471 [
471472 'id ' => 'wpseo-google-trends ' ,
472473 'title ' => 'Google trends ' ,
473- 'href ' => 'https://yoa.st/admin-bar-gtrends ' ,
474+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-gtrends ' ) ,
474475 ],
475476 ];
476477
@@ -497,17 +498,17 @@ protected function add_how_to_submenu( WP_Admin_Bar $wp_admin_bar ) {
497498 [
498499 'id ' => 'wpseo-learn-seo ' ,
499500 'title ' => __ ( 'Learn more SEO ' , 'wordpress-seo ' ),
500- 'href ' => 'https://yoa.st/admin-bar-learn-more-seo ' ,
501+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-learn-more-seo ' ) ,
501502 ],
502503 [
503504 'id ' => 'wpseo-improve-blogpost ' ,
504505 'title ' => __ ( 'Improve your blog post ' , 'wordpress-seo ' ),
505- 'href ' => 'https://yoa.st/admin-bar-improve-blog-post ' ,
506+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-improve-blog-post ' ) ,
506507 ],
507508 [
508509 'id ' => 'wpseo-write-better-content ' ,
509510 'title ' => __ ( 'Write better content ' , 'wordpress-seo ' ),
510- 'href ' => 'https://yoa.st/admin-bar-write-better ' ,
511+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-write-better ' ) ,
511512 ],
512513 ];
513514
@@ -534,22 +535,22 @@ protected function add_get_help_submenu( WP_Admin_Bar $wp_admin_bar ) {
534535 [
535536 'id ' => 'wpseo-yoast-help ' ,
536537 'title ' => __ ( 'Yoast.com help section ' , 'wordpress-seo ' ),
537- 'href ' => 'https://yoa.st/admin-bar-yoast-help ' ,
538+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-yoast-help ' ) ,
538539 ],
539540 [
540541 'id ' => 'wpseo-premium-support ' ,
541542 'title ' => __ ( 'Yoast Premium support ' , 'wordpress-seo ' ),
542- 'href ' => 'https://yoa.st/admin-bar-premium-support ' ,
543+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-premium-support ' ) ,
543544 ],
544545 [
545546 'id ' => 'wpseo-wp-support-forums ' ,
546547 'title ' => __ ( 'WordPress.org support forums ' , 'wordpress-seo ' ),
547- 'href ' => 'https://yoa.st/admin-bar-wp-support-forums ' ,
548+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-wp-support-forums ' ) ,
548549 ],
549550 [
550551 'id ' => 'wpseo-learn-seo-2 ' ,
551552 'title ' => __ ( 'Learn more SEO ' , 'wordpress-seo ' ),
552- 'href ' => 'https://yoa.st/admin-bar-learn-more-seo-help ' ,
553+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-learn-more-seo-help ' ) ,
553554 ],
554555 ];
555556
@@ -569,7 +570,7 @@ protected function add_premium_link( WP_Admin_Bar $wp_admin_bar ) {
569570 'parent ' => self ::MENU_IDENTIFIER ,
570571 'id ' => 'wpseo-get-premium ' ,
571572 'title ' => __ ( 'Get Yoast SEO Premium ' , 'wordpress-seo ' ) . ' » ' ,
572- 'href ' => 'https://yoa.st/admin-bar-get-premium ' ,
573+ 'href ' => WPSEO_Shortlinker:: get ( 'https://yoa.st/admin-bar-get-premium ' ) ,
573574 'meta ' => [
574575 'tabindex ' => '0 ' ,
575576 'target ' => '_blank ' ,
0 commit comments