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; } }