/home/techb158/balacoffee.com/wp-content/plugins/polylang/src/integrations/wpseo
NameSizeModeActions
load.php3470644editdlrm
wpseo-ogp.php9330644editdlrm
wpseo.php171810644editdlrm
Edit: /home/techb158/balacoffee.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; } }