How to manage Notify me of follow-up comments by email for custom post type.
-
\jetpack\modules\subscriptions.php line no 616
if ( FALSE === has_filter( 'comment_form', 'show_subscription_checkbox' ) && 1 == get_option( 'stc_enabled', 1 ) && empty( $post->post_password ) && 'post' == get_post_type() ) {
How to manage Notify me of follow-up comments by email for custom post type.
There have not any filter function for change the code. Can we apply on custom post type?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to manage Notify me of follow-up comments by email for custom post type.’ is closed to new replies.