1 ); // Remove any empty keys that result from an unrecognised locale format. // @phpstan-ignore-next-line -- The value may be an empty string if the locale format is unrecognised. $languages = array_filter( $languages ); update_option( 'cmplz_generate_pdf_languages', $languages ); } // Set a transient consumed by the admin redirect handler to forward the user to settings. set_transient( 'cmplz_tc_redirect_to_settings', true, DAY_IN_SECONDS ); } register_activation_hook( __FILE__, 'cmplz_tc_activation' ); // Load global helper functions used throughout the plugin. require_once plugin_dir_path( __FILE__ ) . 'functions.php';