for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* MslsLinkTextImage
* @author Dennis Ploetner <[email protected]>
* @since 0.9.8
*/
namespace lloc\Msls;
* Link type: Text and image
* @package Msls
class MslsLinkTextImage extends MslsLink {
* Output format
* @var string
protected $format_string = '{txt} <img src="{src}" alt="{alt}"/>';
* Get the description
* @return string
public static function get_description() {
return __( 'Description and flag', 'multisite-language-switcher' );
}