Skip to content

Instantly share code, notes, and snippets.

@leewillis77
Created March 17, 2020 14:57
Show Gist options
  • Save leewillis77/bf7a121b7f9c6b8ed5a983d299b9b88a to your computer and use it in GitHub Desktop.
Save leewillis77/bf7a121b7f9c6b8ed5a983d299b9b88a to your computer and use it in GitHub Desktop.
Enable per-language string replacements in Say What? Pro
<?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