Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Last active July 31, 2021 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/413afa4ab93bfa45a98fce7ab5595894 to your computer and use it in GitHub Desktop.
Save Kaiderella/413afa4ab93bfa45a98fce7ab5595894 to your computer and use it in GitHub Desktop.
Thêm quy định bình luận vào theme Paradise
//* Customize Comment Policy
function modify_text_before_comment_form($arg) {
$arg['comment_notes_before'] = '<p class="comment-notes">' . __( 'quy-dinh-cua-ban' ) . '</p>';
return $arg;
}
add_filter('comment_form_defaults', 'modify_text_before_comment_form');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment