RWMB_OEmbed_Field::html PHP Method

html() public static method

Get field HTML
public static html ( mixed $meta, array $field ) : string
$meta mixed
$field array
return string
    public static function html($meta, $field)
    {
        return parent::html($meta, $field) . sprintf('<a href="#" class="rwmb-embed-show button">%s</a>
			<span class="spinner"></span>
			<div class="rwmb-embed-media">%s</div>', esc_html__('Preview', 'meta-box'), $meta ? self::get_embed($meta) : '');
    }