Skip to content

Instantly share code, notes, and snippets.

View winfried-van-loon's full-sized avatar
🎯
Focusing

Winfried winfried-van-loon

🎯
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am winfried-van-loon on github.
  • I am patatjenl (https://keybase.io/patatjenl) on keybase.
  • I have a public key ASC7F_ODx_w_WL1K4UjJOK-qUF1BT2LAdKa1_PtVpBtqVQo

To claim this, I am signing this object:

@winfried-van-loon
winfried-van-loon / wp-plugins-json.js
Last active March 27, 2017 10:09
WordPress Plugins as JSON
var pluginList = {
initialise: function() {
const $plugins = $('table.plugins');
if(!$plugins.length) {
return;
}
const plugins = this.getPlugins($plugins);
<snippet>
<!-- Example: Hello, ${1:this} is a ${2:snippet}. -->
<content><![CDATA[
/**
* ${2:[${1:module} description]}
*
* @type {Object}
*/
var ${1:module} = {
${3:settings: \{\},}