- XAMPP for Windows: https://www.apachefriends.org/download.html
- Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019
If the file C:\xampp\php\ext\php_xdebug.dll
already exists, you can skip the download.
If the file C:\xampp\php\ext\php_xdebug.dll
already exists, you can skip the download.
<?php
function array_baz(array &$param)
{
$param = 1;
upstream example-webpack { | |
server 127.0.0.1:8080; | |
} | |
upstream example-backend { | |
server 127.0.0.1:3000; | |
} | |
server { | |
listen 80; |
$('#leftmenuinnerinner h2.left').each(() => { | |
var h_text=$(this).text(); | |
$(this).replaceWith(() => { | |
return `<a href="#">---${h_text}---</a>`; | |
}); | |
}); |
how to use express-generator locally | |
npm install express | |
npm install express-generator --save-dev | |
node full path to \node_modules\express-generator\bin\express-cli.js myapp --view=ejs |
// This gist is now maintained on github at https://github.com/luetkemj/wp-query-ref | |
<?php | |
/** | |
* WordPress Query Comprehensive Reference | |
* Compiled by luetkemj - luetkemj.github.io | |
* | |
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters | |
* Source: https://core.trac.wordpress.org/browser/tags/4.9.4/src/wp-includes/query.php | |
*/ |