koras6411 (@koras6411)

Forum Replies Created

Viewing 1 replies (of 1 total)

  • koras6411
    Participant

    @koras6411

    add_filter( 'bbp_get_the_content', 'amend_reply', 10, 3);
    
    Function amend_reply ($output, $args, $post_content) {
    if ($args['context'] == 'reply' && $post_content == '') $output=str_replace('></textarea>', 'placeholder="Reply..." ></textarea>',$output) ;
    return $output ;
    }

    Hi! how to use it for other forms? e-mail address and name that appear for not logged in users.

Viewing 1 replies (of 1 total)