PHP Classes

File: src/utils/i18n.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WP Emailer   src/utils/i18n.js   Download  
File: src/utils/i18n.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP Emailer
Allow WordPress users to configure email settings
Author: By
Last change:
Date: 1 year ago
Size: 124 bytes
 

Contents

Class file image Download
/** * External dependencies. */ import { __, sprintf } from '@wordpress/i18n'; window.__ = __; window.sprintf = sprintf;