Created
March 24, 2023 18:18
-
-
Save polevaultweb/e821a31a4c90a6c25acfb56c9a0f4847 to your computer and use it in GitHub Desktop.
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
<?php | |
add_filter('acf/settings/l10n', '__return_true' ); | |
add_filter('acf/settings/l10n_textdomain', function( $textdomain ) { | |
return 'my-text-domain'; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment