Oh, once I fix it, I can activate the plugin!
Thank you.
Hi @quickadsense,
I still expect it forever.
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 8 years, 8 months ago by negi.ga.suki.