Hi @quickadsense,
Now PHP source code. Example:
_e('Ads on Post Body :');
I hope the following PHP source code. Example:
_e('Ads on Post Body :','quick-adsense');
I hope the internationalization according to the following site.
https://www.sitepoint.com/wordpress-i18n-make-your-plugin-translation-ready/
>Plugin Internationalization
>A Note on Text Domain
Domain Path: /languages/
>Load Text Domain
load_plugin_textdomain('your-unique-name', false, basename( dirname( __FILE__ ) ) . '/languages' );
neginukide
-
This reply was modified 7 years, 2 months ago by negi.ga.suki.