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