This file contains hidden or 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 | |
header_no_cache(); | |
use xPaw\MinecraftQuery; | |
use xPaw\MinecraftQueryException; | |
// Edit this -> | |
define( 'MQ_SERVER_ADDR', 'XXXXXXXX ); | |
define( 'MQ_SERVER_PORT', 25565 ); | |
define( 'MQ_TIMEOUT', 1 ); | |
// Edit this <- |
This file contains hidden or 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: MarcTV Out Linker | |
* Description: Adds Links | |
* Plugin URI: https://marc.tv | |
* Version: 0.0.1 | |
*/ | |
function marctv_out_shortscuts( $shortcuts ) { | |
This file contains hidden or 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: Google Analytics Widget - Remove AMP and comment page duplicates | |
* Contributors: MarcDK | |
* Donate link: http://paypal.me/marctoensing | |
* Description: Remove AMP and comment pages from google analytics widget | |
* Plugin URI: https://gist.github.com/mtoensing/a9df8174c5923959dd9948cf9125b142/ | |
* Version: 1.0 | |
*/ |