Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1094349

    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’ );

    #1094362

    closed

    #1094478

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Editor add custom code’ is closed to new replies.