Skip to content

Instantly share code, notes, and snippets.

<ul>
<?php
foreach ( $GLOBALS['wp_filter'] as $tag => $priority_sets )
{
echo '<li><strong>' . $tag . '</strong><ul>' ;
/* Each [priority] */
foreach ( $priority_sets as $priority => $idxs ) {
echo '<li>' . $priority . '<ul>';
var myApp = (function (){
myProps = {
foo : function (){
console.log("foo");
},
/**
Given to me by by giustina on #wordpress
**/
/**
To update WordPress options with the new blog location, use the following SQL command:
**/