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 | |
/** | |
* Do a merge/combine between two object tree. | |
* If the old version not contains an object or property, that is added. | |
* If the old version contains an object or property less in last version, that is deleted. | |
* | |
* @brief Object delta compare for combine | |
* | |
* @param mixed $last_version Object tree with new or delete object/value | |
* @param mixed $old_version Current Object tree, loaded from serialize or database for example |
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
/** | |
* Tribute to Amiga - Software failure / Guru Meditation | |
* Usage: GuruMeditation.display( 'Your custom message' ); | |
* | |
* @class GuruMeditation | |
* @author =undo= <[email protected]> | |
* @copyright Copyright (C) 2012-2013 wpXtreme Inc. All Rights Reserved. | |
* @date 2014-02-04 | |
* @version 1.0.2 | |
*/ |
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
[wpx_bannerize random="1"] |
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 | |
// Put on top in do_action() and apply_filters() | |
if( !isset( $GLOBALS['abcdefg'][$tag] ) ) { | |
$GLOBALS['abcdefg'][$tag] = true; | |
?><pre><?php printf( '-> %s', $tag ) ?></pre><?php | |
} |
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: MailChimp Widget | |
Plugin URI: https://github.com/kalchas | |
Description: | |
Author: James Lafferty | |
Version: 0.8.12 | |
Author URI: https://github.com/kalchas | |
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
/* Use this additional style to hide element at start */ | |
.animate | |
{ | |
visibility : hidden; | |
} | |
.animated | |
{ | |
visibility : visible; | |
} |
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
/** | |
* This is the old version build by jQuery trigger event. | |
* | |
* DO NOT USE | |
* | |
*/ | |
if ( typeof window.wpdk_add_action === 'undefined' ) { | |
/** |
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
{ | |
"personal_info" : { | |
"first_name" : "Giovambattista", | |
"last_name" : "Fazioli" | |
}, | |
"emails" : [ | |
"[email protected]", | |
], | |
"social" : { | |
"twitter" : "https://twitter.com/gfazioli", |
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
/** | |
* $CLASS_DESCRIPTION$ | |
* | |
* @class $CLASS_NAME$ | |
* @author =undo= <[email protected]> | |
* @date $DATE_NOW$ | |
* @version 1.0.0 | |
*/ | |
var $CLASS_NAME$ = React.createClass( { |
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
[ | |
{ | |
"id": 1, | |
"name": "Men's Ski Jacket", | |
"description": "A high-performance ski jacket for men", | |
"price": 299.99, | |
"image": "https://source.unsplash.com/random/300×300", | |
"category": "Ski", | |
"brand": "The North Face", | |
"sku": "TNF-SKI-MJ01", |