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
<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>'; |
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
var myApp = (function (){ | |
myProps = { | |
foo : function (){ | |
console.log("foo"); | |
}, |
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
/** | |
Given to me by by giustina on #wordpress | |
**/ | |
/** | |
To update WordPress options with the new blog location, use the following SQL command: | |
**/ |
NewerOlder