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 | |
/** | |
* OIFN extended | |
* | |
* integrates google map into a location based buddypress | |
* | |
* @package oifn-extended | |
* @author Christopher James Chruchill <[email protected]> | |
* @license GPL-2.0+ | |
* @link http://buildawebdoctor.com |
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
import domtoimage from 'dom-to-image-chrome-fix'; | |
import jsPDF from 'jspdf'; | |
import 'please-wait/build/please-wait.css'; | |
import 'spinkit/css/spinners/9-cube-grid.css'; | |
import { pleaseWait } from 'please-wait'; | |
angular.module('htmlToPdfSave', []); | |
angular.module('htmlToPdfSave') | |
.directive('pdfSaveButton', ['$rootScope', function ($rootScope) { |
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: 1337 Date Picker | |
Plugin URI: http://1337datepicker.e1337geek.com | |
Description: A brief description of the Plugin. | |
Version: 1.0 | |
Author: e1337geek | |
Author URI: http://e1337geek.com | |
License: GPL2 |
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 | |
/** | |
* Ticket single page | |
* | |
* | |
**/ | |
$postmeta = get_post_meta($post->ID); | |
get_header(); ?> |
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 | |
add_action( 'woocommerce_before_calculate_totals', 'add_custom_price', 0 ); | |
function add_custom_price( $cart_object ) { | |
$custom_price = 100; // This will be your custome price | |
$cart_object->recurring_cart_key = '2016_10_11_every_3rd_month'; |
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
{ | |
"servers":[ | |
{ | |
"name": "scripting", | |
"description": "A scripting enabled server", | |
"public": true, | |
"port": 17099, | |
"host" : "localhost", | |
"version": "1.9.2", | |
"keepAlive": false, |
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 | |
/** | |
* Yeticraft Extended | |
* | |
* @package yeticraft | |
* @author vimes1984 <[email protected]> | |
* @license GPL-2.0+ | |
* @link http://buildawebdoctor.com | |
* @copyright 11-20-2015 BAWD | |
*/ |
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 | |
/** | |
* | |
* add in a simple endpoint | |
* | |
***/ | |
add_action('wp_ajax_nopriv_add_user_from_minecraft', array($this, 'add_user_from_minecraft') ); | |
add_action( 'wp_ajax_add_user_from_minecraft', array($this, 'add_user_from_minecraft'); | |
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
var mc = require('minecraft-protocol'); | |
var states = mc.states; | |
var srv = mc.createServer({ | |
'online-mode': false, | |
port: 25566, | |
keepAlive: false, | |
version:'1.8' | |
}); |
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 | |
/** | |
* Main WordPress API | |
* | |
* @package WordPress | |
*/ | |
require( ABSPATH . WPINC . '/option.php' ); | |
/** |
NewerOlder