Wsparcie » Motywy » Usunięcie tekstu przy komentarzach

Viewing 2 replies - 1 through 2 (of 2 total)
  • w pliku functions.php dodaj sobie:

    function remove_comment_form_allowed_tags( $defaults ) {
    	$defaults['comment_notes_after'] = '';
    	return $defaults;
    }
    add_filter( 'comment_form_defaults', 'remove_comment_form_allowed_tags' );

    Thread Starter regs200

    (@regs200)

    Dzięki wielkie, działa:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Temat ‘Usunięcie tekstu przy komentarzach’ jest zamknięty na nowe odpowiedzi.