As of version 19.05.08, Glitch theme includes highlighter.js for code snippets formatting.
// Your code here
add_filter('the_excerpt', 'custom_short_excerpt');
. It will automatically detect language.
// Your code here
add_filter('the_excerpt', 'custom_short_excerpt');
. It will automatically detect language.
As of version 19.05.08, Glitch theme includes highlighter.js for code snippets formatting.
// Your code here
add_filter('the_excerpt', 'custom_short_excerpt');
. It will automatically detect language.