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: Verified Users | |
Version: 1.0 | |
Description: Very simple verified users option | |
Author: Devin Vinson | |
Text Domain: verified-users | |
Domain Path: /languages | |
*/ |
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: Emergency Broadcast System | |
Author: Everyone | |
*/ | |
function ebs_header_message() { | |
echo '<div style="background:red;color:white">THIS IS BAD. COME BACK LATER</div>'; |
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: OM Inline Prioritizer | |
* Version: 1.0 | |
* Description: Simple change to the OptinMonster default priority for inline optins. | |
* Author: Devin Vinson | |
* Author URI: http://optinmonster.com | |
* Text Domain: om-inline-prioritizer | |
* Domain Path: /languages | |
* @package om-inline-prioritizer |
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
// REPLACE THIS WITH THE CAMPAIGN'S ID | |
var campaignId = 'XXXXX'; | |
// DO NOT EDIT BELOW THIS LINE | |
document.addEventListener('tp.Main.EventListener.Ready', function () { | |
var event = new CustomEvent('tp.Custom.Submit', { | |
bubbles : true, | |
cancelable : true, | |
detail : { | |
widgetId: campaignId, | |
fields: [] |
OlderNewer