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
# Custom Configuration (Specified in Station Profile) | |
# This script is customized from the original, which can be found here: | |
# https://github.com/mkpascal/mk_liquidsoap_processing/blob/master/process.liq | |
# | |
# It can be added to your station via `Utilities` > `Edit Liquidsoap Configuration` | |
# where it can then be pasted into the bottom-most open text area, before the broadcasts | |
# are sent out to the various sources. | |
# Audio Input ---------------------> |
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 | |
/** | |
* Plugin Name: [Forminator] - Custom submission id as order number | |
* Description: [Forminator] - Custom submission id as order number | |
* Jira: SLS-224 | |
* Author: Thobk @ WPMUDEV | |
* Author URI: https://premium.wpmudev.org | |
* License: GPLv2 or later | |
*/ | |
if ( ! defined( 'ABSPATH' ) ) { |