Skip to content

Instantly share code, notes, and snippets.

View MikeWard0321's full-sized avatar

Michael Ward MikeWard0321

View GitHub Profile
@BusterNeece
BusterNeece / mkpascal_with_azuracast.liq
Last active June 20, 2022 21:13
Integrating the mkpascal audio processing script with AzuraCast.
# 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 --------------------->
@wpmudev-sls
wpmudev-sls / forminator-custom-submission-number-for-custom-form.php
Last active May 4, 2023 00:28
[Forminator] - Custom submission id as order number
<?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' ) ) {