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 script= document.createElement('script'); | |
| script.type= 'text/javascript'; | |
| script.src= 'http://someurl.com/somefile.js'; | |
| document.head.appendChild(script); |
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
| box:after { | |
| content:""; | |
| *zoom:1; | |
| zoom:1; | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#00e7e7e2’, endColorstr=’#e7e7e2’,GradientType=0 ); /* IE6-9 */ | |
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 | |
| /** | |
| * Build file paths. | |
| * | |
| * Build paths with arrays Call out of static function class_name->build_path | |
| * or self::build_path. Use like: | |
| * | |
| * build_path(array("home", "alice", "Documents", "example.txt")); | |
| * | |
| * @see http://php.net/manual/en/dir.constants.php |
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
| <!-- Start of Brightcove Player --> | |
| <div style="display:none"> | |
| </div> | |
| <div id="thePlayer"> | |
| <!-- | |
| By use of this code snippet, I agree to the Brightcove Publisher T and C | |
| found at https://accounts.brightcove.com/en/terms-and-conditions/. | |
| --> |
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://www.vox.com/2015/1/29/7947263/media-internet-poetry --> | |
| <img | |
| class="vox-lazy-load m-chorus-asset__in-entry-body" | |
| src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==" | |
| alt=" " | |
| data-chorus-asset-id="3356728" | |
| data-full-size="https://cdn2.vox-cdn.com/thumbor/JjbTvM14EYv6600xMXvyxzNw4BA=/cdn0.vox-cdn.com/uploads/chorus_asset/file/3356728/Vox.0.png" | |
| data-original="https://cdn1.vox-cdn.com/uploads/chorus_asset/file/3356728/Vox.0.png" /> | |
| <noscript> | |
| <img |
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
| // Add Shortcode | |
| function pf_total_wordcount_shortcode() { | |
| $wc = 0; | |
| $c = 0; | |
| $the_query = new WP_Query( | |
| array( | |
| 'nopaging' => true, | |
| 'date_query' => array( | |
| 'column' => 'post_date_gmt', | |
| 'after' => '30 days ago', |
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 | |
| # via var_dump(wp_remote_get('http://nzzl.me/1xqgPpn',array('redirection' => 0))); | |
| array(5) { | |
| ["headers"]=> | |
| array(9) { | |
| ["server"]=> | |
| string(5) "nginx" | |
| ["date"]=> |
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
| <link rel="canonical" href="http://jezebel.com/be-suspicious-of-the-new-harper-lee-novel-1683488258" /> | |
| <meta property="og:url" content="http://jezebel.com/be-suspicious-of-the-new-harper-lee-novel-1683488258" /> |