This commit is contained in:
Javier Casares 2026-05-25 17:12:22 +00:00
commit 02cd01e862
20 changed files with 1365 additions and 646 deletions

View file

@ -55,8 +55,10 @@ if ( ! class_exists( 'AI_Translator_Settings' ) ) {
* @var array<string,bool>
*/
const DEFAULTS = array(
'translate_title' => true,
'translate_content' => true,
'translate_title' => true,
'translate_content' => true,
'translate_excerpt' => true,
'auto_translate_on_mlp_create' => false,
);
/**