New Landing How can we help? Themeforest Theme Support Dante Edit comment text —- Your email address will not be published. Required…

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #110558
    mhote
    Member
    Post count: 394

    The text for …

    Your email address will not be published. Required fields are marked *

    Doesn’t seem to be in comments.php

    Which file controls this so we can edit it? Thanks

    #110616
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can change it through custom php code. Please insert given below code at functions.php of child theme:-

    add_filter( 'comment_form_defaults', 'sf_pre_comment_text' );
    function sf_pre_comment_text( $arg ) {
    $arg['comment_notes_before'] = '<p class="comment-notes">' . __( 'Your email address will not be published.' ) . ( $req ? $required_text : '' ) . '</p>';
    return $arg;
    }

    Thanks 🙂
    With Best Regards
    Mohammad

    #110651
    mhote
    Member
    Post count: 394

    Perfect, thanks!

    #110654
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register