With save page he deletes the custom shortcode
function code_marker_shortcode( $atts, $content = null ) {
return ‘<div class=”code_marker”>’ . $content . ‘</div>’;
}
add_shortcode(‘code_marker’, ‘code_marker_shortcode’ );
closed
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon