Untitled

Anonymous
plain_text
06/07/2023 6:32 AM
192 B
21
Indexable
add_filter( 'nrr_comment_args', function ( $args ) {
    $args['comment_author'] = 'کاربر ناشناس';

    return $args;
}, 10, 1 );
Editor is loading...