clean_comment_cache

clean_comment_cache

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('clean_comment_cache') is found 1 times:

  • /wp-includes/comment.php line 3287
    		 * @since 4.5.0
    		 *
    		 * @param int $id Comment ID.
    		 */
    		do_action( 'clean_comment_cache', $id );
    	}
    
    	wp_cache_set_comments_last_changed();
    }
    
    /**