Title: kmvan's Replies | WordPress.org

---

# kmvan

  [  ](https://wordpress.org/support/users/kmvan/)

 *   [Profile](https://wordpress.org/support/users/kmvan/)
 *   [Topics Started](https://wordpress.org/support/users/kmvan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kmvan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kmvan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kmvan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kmvan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kmvan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/kmvan/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/kmvan/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/kmvan/replies/page/2/?output_format=md)

 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [ALL Chinese User -> 429 Too Many Requests, unfair](https://wordpress.org/support/topic/all-chinese-user-429-too-many-requests-unfair/)
 *  [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/all-chinese-user-429-too-many-requests-unfair/#post-12109431)
 * Any news?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [ALL Chinese User -> 429 Too Many Requests, unfair](https://wordpress.org/support/topic/all-chinese-user-429-too-many-requests-unfair/)
 *  [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/all-chinese-user-429-too-many-requests-unfair/#post-12080603)
 * [@jdembowski](https://wordpress.org/support/users/jdembowski/) Is the CDN’s problem?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [ALL Chinese User -> 429 Too Many Requests, unfair](https://wordpress.org/support/topic/all-chinese-user-429-too-many-requests-unfair/)
 *  [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/all-chinese-user-429-too-many-requests-unfair/#post-12070820)
 * Most Chinese users have not public IP, they are all in NAT and access server 
   via 1 public IP from ISP.
 * It should not be limited based on the frequency of IP access.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Bug with filter get_the_excerpt](https://wordpress.org/support/topic/bug-with-filter-get_the_excerpt/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/bug-with-filter-get_the_excerpt/#post-9951247)
 * Thank you your reply and take a look.
 * E.g codes (PHP7+):
 *     ```
       \add_filter('get_the_excerpt', '\balabala', 10, 2);
       function balabala(string $excerpt = '', \WP_Post $post): string
       {
           return $excerpt . $post->ID;
       }
       ```
   
 * It is an error about the `$post` param.
 * So I think the `./_inc/lib/class.media-summary.php` L57 add $post param:
    `$return['
   excerpt'] = self::get_excerpt( $post->post_content, $post->post_excerpt, $args['
   max_words'], $args['max_chars'], $post);`
 * And L301 change add $post param:
    `static function get_excerpt( $post_content,
   $post_excerpt, $max_words = 16, $max_chars = 256, $post ) {`
 * And L314 add $post param:
    `$post_excerpt = apply_filters( 'get_the_excerpt',
   $post_excerpt, $post );`
 * Then I think it is no problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What does [The comment's karma] mean?](https://wordpress.org/support/topic/what-does-the-comments-karma-mean/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/what-does-the-comments-karma-mean/#post-4954016)
 * Nothing, just want to know what is comment_karma, when will be use it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use wp_get_current_user() or get_currentuserinfo()?](https://wordpress.org/support/topic/use-wp_get_current_user-or-get_currentuserinfo/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/use-wp_get_current_user-or-get_currentuserinfo/#post-4953517)
 *     ```
       $user = wp_get_current_user();
       or
       global $current_user;
       get_currentuserinfo();
       ```
   
 * sorry for the format.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Display only posts with and without passwords] what's mean?](https://wordpress.org/support/topic/display-only-posts-with-and-without-passwords-whats-mean/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [12 years ago](https://wordpress.org/support/topic/display-only-posts-with-and-without-passwords-whats-mean/#post-4878932)
 * Oh, i got it. Thank you very mush!!
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Notice deprecated Bug in 3.8?](https://wordpress.org/support/topic/notice-deprecated-bug-in-38/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/notice-deprecated-bug-in-38/#post-4463624)
 * Oh,sorry, i got the point.
    It ‘s a plugin REASON.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to translate plugin header description when plugin is inactive?](https://wordpress.org/support/topic/how-to-translate-plugin-header-description-when-plugin-is-inactive/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/how-to-translate-plugin-header-description-when-plugin-is-inactive/#post-4188703)
 * Thinks the reply, but the link is not useful for me. The reason that I need translate
   the File Header comments, I have not idea how to translate them.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Internet Explorer problem?!](https://wordpress.org/support/topic/internet-explorer-problem-11/)
 *  [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/internet-explorer-problem-11/#post-3458313)
 * whats the IE version?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom query filtered with GROUP BY not working](https://wordpress.org/support/topic/custom-query-filtered-with-group-by-not-working/)
 *  [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/custom-query-filtered-with-group-by-not-working/#post-2078811)
 * StackOverflow ?
    would i get the link about the question?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add a movie clip as a "featured image"?](https://wordpress.org/support/topic/add-a-movie-clip-as-a-featured-image/)
 *  [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/add-a-movie-clip-as-a-featured-image/#post-2267340)
 * I have not good idea .
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [trouble with Read more](https://wordpress.org/support/topic/trouble-with/)
 *  [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/trouble-with/#post-2267331)
 * equalmark’s answer is Positive Solutions
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to put the widget into the post-new.php](https://wordpress.org/support/topic/how-to-put-the-widget-into-the-post-newphp/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/how-to-put-the-widget-into-the-post-newphp/#post-1849695)
 * why? have not API?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [where to download the file [simple_data.xml]?](https://wordpress.org/support/topic/where-to-download-the-file-simple_dataxml/)
 *  Thread Starter [kmvan](https://wordpress.org/support/users/kmvan/)
 * (@kmvan)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/where-to-download-the-file-simple_dataxml/#post-1825035)
 * thank you very much.
    here is my KISS.:P

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/users/kmvan/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/kmvan/replies/page/3/?output_format=md) 
[→](https://wordpress.org/support/users/kmvan/replies/page/2/?output_format=md)