/home/bonphmya/wendykred.online/wp-content/plugins/weglot/src/domcheckers/class-link-data-href.php
<?php
namespace WeglotWP\Domcheckers;

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

use Weglot\Parser\Check\Dom\LinkHref;


class Link_Data_Href extends LinkHref {
	/**
	 * {@inheritdoc}
	 */
	const PROPERTY = 'data-href';
}