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: Query Thief | |
* Description: Hijacking the main WordPress query and loop for fun and profit | |
* Version: 0.1 | |
*/ | |
// I namespace everything now that PHP 5.2.4 is the minimum requirement. :D | |
namespace JPB; |