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 | |
/** | |
* WordPress Query Comprehensive Reference | |
* Compiled by luetkemj - luetkemj.com | |
* | |
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters | |
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php | |
*/ | |
$args = array( |
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
@color: #3d82d1;.left_box { | |
background: spin(@color, 25%); | |
} | |
.middle_box { | |
background: @color; | |
} | |
.right_box { | |
background: spin(@color, -25%); | |
} |
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: Halloween Store | |
* Plugin URI: https://wordimpress.com/ | |
* Description: Rollback (or forward) any WordPress.org plugin or theme like a boss. | |
* Author: WordImpress | |
* Author URI: https://wordimpress.com/ | |
* Version: 1.5 | |
* Text Domain: wp-rollback |
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: MiniWidget | |
Plugin URI: http ://example.com/wordpress-plugins/halloween-plugin | |
Description: This is a brief description of my plugin | |
Version: 1.0 | |
Author: ANATOLI | |
Author URI: http://example.com | |
License: GPLv2 | |
*/ |
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
//<script type='text/javascript' src='//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'></script> | |
(function($) { | |
"use strict"; | |
})(jQuery); | |
;jQuery(document).ready(function ($) { | |
"use strict"; | |
var $ = jQuery; | |
}); |
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 | |
// $sock = fsockopen("localhost",80); | |
// if (!$sock) { | |
// echo "$errstr ($errno)<br>\n"; | |
// } | |
// else { | |
// fputs ($sock, "GET /startHtml.html HTTP/1.0\n\n"); |
NewerOlder