{"id":11911,"date":"2023-10-11T17:11:30","date_gmt":"2023-10-12T00:11:30","guid":{"rendered":"https:\/\/codedcommerce.com\/?page_id=11911"},"modified":"2023-10-11T17:11:30","modified_gmt":"2023-10-12T00:11:30","slug":"load-syntaxhighlighter-for-wp-code-blocks","status":"publish","type":"woo-code","link":"https:\/\/codedcommerce.com\/woo\/load-syntaxhighlighter-for-wp-code-blocks\/","title":{"rendered":"Load SyntaxHighlighter for WP Code blocks"},"content":{"rendered":"\n<pre class=\"wp-block-code language-php\"><code>add_action( 'wp_enqueue_scripts', function() {\n\n\twp_enqueue_style(\n\t\t'highlightjs',\n\t\t'\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/11.8.0\/styles\/a11y-dark.min.css'\n\t);\n\n\twp_enqueue_script(\n\t\t'highlightjs',\n\t\t'\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/11.8.0\/highlight.min.js',\n\t);\n\n\twp_enqueue_script(\n\t\t'highlightjs-php',\n\t\t'\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/11.8.0\/languages\/php.min.js',\n\t);\n\n\tadd_action( 'wp_print_footer_scripts', function() {\n\n\t\t?>\n\t\t&lt;script type=\"text\/javascript\">hljs.highlightAll();&lt;\/script>\n\t\t&lt;?php\n\n\t} );\n\n} );<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This example includes PHP syntax highlighting. Set your Code block class (under Advanced) to <code>language-php<\/code><\/p>\n","protected":false},"template":"","class_list":["post-11911","woo-code","type-woo-code","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code\/11911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/woo-code"}],"about":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/types\/woo-code"}],"wp:attachment":[{"href":"https:\/\/codedcommerce.com\/wp-json\/wp\/v2\/media?parent=11911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}