Title: Manjul's Replies | WordPress.org

---

# Manjul

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Meta Ledger - Track, compare, and restore post meta Changes] Finally a proper way to debug meta field issues.](https://wordpress.org/support/topic/finally-a-proper-way-to-debug-meta-field-issues/)
 *  Plugin Author [Manjul](https://wordpress.org/support/users/codemadan/)
 * (@codemadan)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/finally-a-proper-way-to-debug-meta-field-issues/#post-18811873)
 * Thank you for your kind words [@queryra](https://wordpress.org/support/users/queryra/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HookTrace - Trace Hooks with Precision] [Feature Request] link to plugin / theme editor](https://wordpress.org/support/topic/feature-request-link-to-plugin-theme-editor/)
 *  Plugin Author [Manjul](https://wordpress.org/support/users/codemadan/)
 * (@codemadan)
 * [4 months, 1 week ago](https://wordpress.org/support/topic/feature-request-link-to-plugin-theme-editor/#post-18785890)
 * [@qriouslad](https://wordpress.org/support/users/qriouslad/) 
   The requested linking
   to the plugin/theme editor has now been **added**. Now you can jump from the 
   traced file path straight into the inbuilt **WordPress editor** or your **favourite
   text editor/IDE** in your local setup and inspect the code more easily. If you
   notice any rough edges or have suggestions to refine, please let me know so it
   can be polished further.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WholesaleX - B2B & Wholesale Plugin for WooCommerce with Wholesale Prices] wholesale price being displayed twice instead of retail price](https://wordpress.org/support/topic/wholesale-price-being-displayed-twice-instead-of-retail-price/)
 *  Thread Starter [Manjul](https://wordpress.org/support/users/codemadan/)
 * (@codemadan)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/wholesale-price-being-displayed-twice-instead-of-retail-price/#post-18535621)
 * meanwhile, is there any hook I can use for it?
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [migrating from server to localhost](https://wordpress.org/support/topic/migrating-from-server-to-localhost/)
 *  [Manjul](https://wordpress.org/support/users/codemadan/)
 * (@codemadan)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/migrating-from-server-to-localhost/#post-12100176)
 * Tried running this?
 *     ```
       UPDATE <code>wp_posts</code> SET guid = replace(guid, 'oldurl','newurl');
       UPDATE <code>wp_posts</code> SET post_content = replace(post_content, 'oldurl', 'newurl');
       UPDATE <code>wp_postmeta</code> SET meta_value = replace(meta_value,'oldurl','newurl');
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [ERROR: Invalid username.](https://wordpress.org/support/topic/error-invalid-username-8/)
 *  [Manjul](https://wordpress.org/support/users/codemadan/)
 * (@codemadan)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/error-invalid-username-8/#post-11885367)
 * Since you said you have access to your webhosting account, I assume you have 
   access to your **wp-config.php** file and can make new files too.
    you can list
   what’s in your user’s table with `SELECT * FROM <wp_prefix>_users` use this in
   seperate php file and see what you get
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSSImport] Can’t display images in feed rss](https://wordpress.org/support/topic/cant-display-images-in-feed-rss/)
 *  [Manjul](https://wordpress.org/support/users/codemadan/)
 * (@codemadan)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/cant-display-images-in-feed-rss/#post-9717701)
 * I am having same error. In Inspect element, it shows, “src(unknown)”

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