Title: [Plugin: Post Thumb Revisited] Code Hack to Fix Error
Last modified: August 19, 2016

---

# [Plugin: Post Thumb Revisited] Code Hack to Fix Error

 *  [Davod](https://wordpress.org/support/users/npsites/)
 * (@npsites)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-post-thumb-revisited-code-hack-to-fix-error/)
 * in your file
    post-thumb-functions.php
 * on line 470 comment this line
 *     ```
       // curl_setopt ($handle, CURLOPT_MUTE, TRUE);
       ```
   
 * CURLOPT_MUTE is no longer an option and needs to be commented out or it will 
   throw back an error.
 * [http://wordpress.org/extend/plugins/alakhnors-post-thumb/](http://wordpress.org/extend/plugins/alakhnors-post-thumb/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [hunnicuttz](https://wordpress.org/support/users/hunnicuttz/)
 * (@hunnicuttz)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-post-thumb-revisited-code-hack-to-fix-error/#post-1930077)
 * How do you comment it out? Do I just delete this line or do I replace it with
   something? I’m new to this.
 *  Thread Starter [Davod](https://wordpress.org/support/users/npsites/)
 * (@npsites)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-post-thumb-revisited-code-hack-to-fix-error/#post-1930078)
 * you put those two hashes // infront of a line in php and it comments it..
 * You could also delete it if you want
 * Updated versions of this plugin may not have this problem
 * Comments in code are a good thing to get useto
    // something here describing 
   this part of the code
 * that way you know what modifications you made….
 * remember though in php you have to be inside the actual php code.. template files
   can have a mixture of html and php
 * <?php
    // the code below says chicken echo “chicken”; ?>
 * <?php
    // saying chicken has been turned off //echo “chicken”; ?>
 * the // turns the code into a comment

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Post Thumb Revisited] Code Hack to Fix Error’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/alakhnors-post-thumb.svg)
 * [Post Thumb Revisited](https://wordpress.org/plugins/alakhnors-post-thumb/)
 * [Support Threads](https://wordpress.org/support/plugin/alakhnors-post-thumb/)
 * [Active Topics](https://wordpress.org/support/plugin/alakhnors-post-thumb/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/alakhnors-post-thumb/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/alakhnors-post-thumb/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Davod](https://wordpress.org/support/users/npsites/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-post-thumb-revisited-code-hack-to-fix-error/#post-1930078)
 * Status: not resolved