set_property( 'title', __( 'You\'ve done it!', 'wordpress-seo' ) ); $this->set_property( 'message', $success_message ); $this->set_property( 'href', WPSEO_Shortlinker::get( 'https://yoa.st/3rp' ) ); /* translators: %1$s expands to Yoast SEO. */ $img_alt = __( '%1$s video tutorial', 'wordpress-seo' ); $img_args = [ 'src' => plugin_dir_url( WPSEO_FILE ) . ( 'images/Yoast_Academy_video.png' ), 'alt' => sprintf( $img_alt, 'Yoast SEO' ), ]; $this->set_property( 'image', $img_args ); } }