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
<?php | |
/** | |
* Gets all arguments for all shortcode functions and returns them as an array. | |
* | |
* @method get_all_shortcode_args | |
* | |
* @param boolean $ignore_native Whether to ignore the native Wordpress shortcodes. | |
* | |
* @param boolean $dedupe Whether to return unique values or allow duplicates. | |
* |
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
Show hidden characters
{ | |
"scope": "text.html", | |
"completions": | |
[ | |
{ | |
"trigger" : "todo", | |
"contents" : "<?php\n/**\n *\t\tTODO: ${1:New Todo Item}\n */\n?>" | |
}, | |
{ | |
"trigger" : "fixme", |
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
<p>Here you may add a new row for every new question and answer set you wish to display.</p> | |
<div class="postbox"> | |
<h3>Tips</h3> | |
<div class="inside"> | |
<ul style="list-style-type:disc; list-style-position:inside; margin-left:30px;"> | |
<li>Hover your cursor over the <span id="highlight-left-margin" style="text-decoration:underline; font-weight:bold; cursor:pointer;">left margin</span> and click to drag our FAQ items into a different order.</li> | |
<li>Hover over the <span id="highlight-right-margin" style="text-decoration:underline; font-weight:bold; cursor:pointer;">right margin</span> and click on the <i>plus<i> to add a new FAQ item. Click on the <i>minus</i> to delete an tem.</li> | |
<li>Some fields allow you to use basic <abbr title="Hypertext Markup anguage." style="border-bottom:1px dotted;">HTML</abbr> tags, like <b><b>bold</b></b> and <i><i>italic</i></i>.</i> | |
</ul> | |
</div> |
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
^(http(s?):\/\/(www\.?)amazon.com) |
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
<!-- https://twitter.com/paul_irish/status/218395508018921472 --> | |
<!--[if lte IE 8]> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script> | |
<script type="text/javascript"> | |
window.jQuery || document.write('<script src="js/libs/jquery-1.9.0.min.js"><\/script>') | |
</script> | |
// call old jQuery plugin 1 | |
// call old jQuery plugin 2 | |
<![endif]--> | |
<!--[if (gt IE 8)|!(IE)]> |
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
(\/\*(.|\s)*?\*\/|(\n|\t|\r|\v|\f|\a){1,}|\s(?=\s)|(?<=})\s|(?<={)\s|\s(?={)|\s(?=})|(?<=;)\s|[[:blank:]](?=;)|(?<=:)[[:blank:]]|(?<=,)[[:blank:]]) |
NewerOlder