Skip to content

Instantly share code, notes, and snippets.

View new-xmon-df's full-sized avatar

Juanjo García new-xmon-df

View GitHub Profile
@new-xmon-df
new-xmon-df / make-pot.sh
Created October 22, 2023 21:50 — forked from UVLabs/make-pot.sh
Using WordPress makepot.php to generate pot file used for the internationalization of your plugin or theme.
#!/bin/bash
php path/to/makepot.php wp-plugin /path/to/your/plugin pluginname.pot
#php path/to/makepot.php wp-theme /path/to/your/theme themename.pot
@new-xmon-df
new-xmon-df / make-pot.sh
Created October 22, 2023 21:49 — forked from UVLabs/make-pot.sh
Using WordPress makepot.php to generate pot file used for the internationalization of your plugin or theme.
#!/bin/bash
php path/to/makepot.php wp-plugin /path/to/your/plugin pluginname.pot
#php path/to/makepot.php wp-theme /path/to/your/theme themename.pot