domain, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); } /** * Set the domain equal to that of the specified domain. * * @since 0.8.0 * * @param string $domain - The domain that represents the locale of this theme. */ public function set_domain( $domain ) { $this->domain = $domain; } } // end class Taproot_i18n