Last active
March 31, 2023 09:07
-
-
Save arunbasillal/ffc3170a35765e1d7899ef54520cfdc1 to your computer and use it in GitHub Desktop.
Load translation files for Image Attributes Pro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Load translation files for Image Attributes Pro | |
*/ | |
function iaff_load_plugin_textdomain() { | |
load_plugin_textdomain( 'auto-image-attributes-from-filename-with-bulk-updater', false, '/auto-image-attributes-from-filename-with-bulk-updater/languages/' ); | |
} | |
add_action( 'plugins_loaded', 'iaff_load_plugin_textdomain' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment