How to set up cron to a scheduled time on Winscp server [closed]
StackOverflow Latest Questions
Add this code to your theme’s functions.php file: add_action( 'wp_insert_comment', 'wc_auto_approve_parent_review_on_admin_reply', 99, 2 ); function wc_auto_approve_parent_review_on_admin_reply( $comment_id, $comment_object ) { // Ensure it's a reply (has a parent comment) if ( $comment_object->comment_parent > 0 ) ...