document.write('<script src="https://cdn.jsdelivr.net/highlight.js/9.0.0/highlight.min.js" type="text/javascript"></script>');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/default.min.css">');
document.write('<link media="all" type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/9.0.0/styles/tomorrow.min.css">');
document.write('<style>#pastee-DXmfEHGRDmNRKOYc-content { margin-top: 0px !important; background-color: #f7f7f9; border: 1px solid #e1e1e8; white-space: pre-wrap; } #pastee-DXmfEHGRDmNRKOYc-content > code { margin-top: 0px !important; }</style>');
document.write('Paste provided by <a href="https://paste.ee">Paste.ee</a> - <a href="https://paste.ee/p/xlsLr">View Original</a> - <a href="https://paste.ee/r/xlsLr/0">View Raw</a> - <a href="https://paste.ee/d/xlsLr/0">Download</a><br />');
document.write('<pre id="pastee-DXmfEHGRDmNRKOYc-content"><code>\&lt;\?php\n/**\n * Front to the WordPress application. This file doesn\&#039;t do anything, but loads\n * wp-blog-header.php which does and tells WordPress to load the theme.\n *\n * @package WordPress\n */\n\n/**\n * Tells WordPress to load the WordPress theme and output it.\n *\n * @var bool\n */\ndefine(\&#039;WP_USE_THEMES\&#039;, true);\n\n/** Loads the WordPress Environment and Template */\nrequire( dirname( __FILE__ ) . \&#039;/cms/wp-blog-header.php\&#039; );</code></pre>');

function initEmbeddedPaste_DXmfEHGRDmNRKOYc() {
	hljs.highlightBlock(document.getElementById('pastee-DXmfEHGRDmNRKOYc-content'));
}

addEventListener('DOMContentLoaded', initEmbeddedPaste_DXmfEHGRDmNRKOYc, false);
addEventListener('load', initEmbeddedPaste_DXmfEHGRDmNRKOYc, false);