Answers for "Comment Reply Script Wordpress"

0

Comment Reply Script Wordpress

1
2
3
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
    wp_enqueue_script( 'comment-reply' );
}
Posted by: Guest on October-14-2021

Browse Popular Code Answers by Language