/home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/integrations/wpseo
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/polylang/src/integrations/wpseo/wpseo-ogp.php (933B)
locale = $locale;
}
/**
* Returns the meta Opengraph alternate locale meta tag
*
* @since 2.7.3
*
* @return string
*/
public function present() {
return sprintf( '
', esc_attr( $this->get() ) );
}
/**
* Returns the alternate locale
*
* @since 2.7.3
*
* @return string
*/
public function get() {
return $this->locale;
}
}