Title: ghostcoder's Replies | WordPress.org

---

# ghostcoder

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to extend class and modify existing methods in parent class](https://wordpress.org/support/topic/how-to-extend-class-and-modify-existing-methods-in-parent-class/)
 *  Thread Starter [ghostcoder](https://wordpress.org/support/users/ghostcoder/)
 * (@ghostcoder)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/how-to-extend-class-and-modify-existing-methods-in-parent-class/#post-14465602)
 * Hi,
 * May I paste full parent’s code and you can take a look?
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMB2] Doesn’t working in Archive Pages: Shop, Blog](https://wordpress.org/support/topic/doesnt-working-in-archive-pages-shop-blog/)
 *  [ghostcoder](https://wordpress.org/support/users/ghostcoder/)
 * (@ghostcoder)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/doesnt-working-in-archive-pages-shop-blog/#post-14443429)
 * Hi,
 * Sorry for late response. Thank you for clarifying.
 * I will try and update you how it goes.
 * Have a nice weekend.
 * Regards,
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to extend class and modify existing methods in parent class](https://wordpress.org/support/topic/how-to-extend-class-and-modify-existing-methods-in-parent-class/)
 *  Thread Starter [ghostcoder](https://wordpress.org/support/users/ghostcoder/)
 * (@ghostcoder)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/how-to-extend-class-and-modify-existing-methods-in-parent-class/#post-14443428)
 * Hi,
 * Thank you [@bcworkz](https://wordpress.org/support/users/bcworkz/) for the clarify.
 * I tried in few days but still doesn’t work, it stressed me a lot. Could you please
   provide example code? Thanks in advance.
 * Have a nice weekend
 * Regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMB2] Doesn’t working in Archive Pages: Shop, Blog](https://wordpress.org/support/topic/doesnt-working-in-archive-pages-shop-blog/)
 *  [ghostcoder](https://wordpress.org/support/users/ghostcoder/)
 * (@ghostcoder)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/doesnt-working-in-archive-pages-shop-blog/#post-14436756)
 * Hi,
 * [@tw2113](https://wordpress.org/support/users/tw2113/)
 * Thank you so much for replying.
 * The problem still remains, hope you can take a look
 * Regards,
    Hung PD
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to extend class and modify existing methods in parent class](https://wordpress.org/support/topic/how-to-extend-class-and-modify-existing-methods-in-parent-class/)
 *  Thread Starter [ghostcoder](https://wordpress.org/support/users/ghostcoder/)
 * (@ghostcoder)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/how-to-extend-class-and-modify-existing-methods-in-parent-class/#post-14425373)
 * Hi [@bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Thank you for response. I tried with my own method but it still doesn’t work.
   Here what I did before overriding parent class
 *     ```
       function dequeue_scripts() {
           wp_dequeue_script('jquery-tinycolor');
           wp_deregister_script('jquery-tinycolor');
           wp_dequeue_script('splittext');
           wp_deregister_script('splittext');
       }
   
       add_action( 'wp_enqueue_scripts', 'dequeue_scripts', 99 );
       ```
   

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