Jual Posts Lainnya
- Go to the previous page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- …
- 21
- Go to the next page
function block_comments_with_links( $commentdata ) { if ( preg_match( '/(https?:\/\/|www\.)/i', $commentdata['comment_content'] ) ) { wp_die( __( 'Sorry, comments containing links are not allowed.', 'textdomain' ) ); } return $commentdata; } add_filter( 'preprocess_comment', 'block_comments_with_links' );