- USB SSD with at least 8GB
- Windows .ISO
Open terminal and do the following:
| <?php | |
| /** | |
| * This class will cause WP_Query to ignore a 'post_type' parameter when 'post_type__not_in' is set. | |
| * | |
| * Class Post_Type__Not_In | |
| */ | |
| class Post_Type__Not_In { | |
| /** | |
| * |
| function Car() { | |
| this.type = 'fo sho' | |
| } | |
| Object.defineProperty(Car.prototype, 'is', { | |
| get: function getterson() { | |
| var car = this; | |
| function named(args) { | |
| args = named.curry.concat(Array.prototype.slice.call(arguments, 0)); |
| license: gpl-3.0 |