Created
March 17, 2020 14:57
-
-
Save leewillis77/bf7a121b7f9c6b8ed5a983d299b9b88a to your computer and use it in GitHub Desktop.
Enable per-language string replacements in Say What? Pro
This file contains hidden or 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 | |
/* | |
* Plugin Name: Language-specific replacements for Say What? Pro | |
* Plugin URI: https://plugins.leewillis.co.uk/ | |
* Description: Enables language-specific replacements in the Say What? Pro plugin | |
* Version: 1.0 | |
* Author: Ademti Software Ltd | |
* Author URI: https://www.ademti-software.co.uk/ | |
*/ | |
add_filter( 'say_what_multilingual_enabled', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment