Title: Colorbox script enqueuing
Last modified: September 1, 2016

---

# Colorbox script enqueuing

 *  Resolved [sagetopia](https://wordpress.org/support/users/sagetopia/)
 * (@sagetopia)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/colorbox-script-enqueuing/)
 * You provide an option for preventing the enqueuing of default stylesheets. However,
   the same functionality is not provided for the onclick action (in terms of enqueuing
   jquery colorbox and the custom wp rss script). I haven’t been able to figure 
   out which hook I can use to dequeue those since they are being enqueued within
   add_shortcode(). Can you give me any insight here? I am not going to be using
   colorbox.
 * [https://wordpress.org/plugins/wp-rss-aggregator/](https://wordpress.org/plugins/wp-rss-aggregator/)

Viewing 1 replies (of 1 total)

 *  [Xedin Unknown](https://wordpress.org/support/users/xedinunknown/)
 * (@xedinunknown)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/colorbox-script-enqueuing/#post-7616571)
 * Hi sagetopia!
 * Currently there is no filter that would allow you to override this. However, 
   you can achieve the result you have described by de-queuing the colorbox script,
   and the custom script that makes the links use colorbox. This is what worked 
   for me:
    ` add_action('wp_footer', function() { wp_dequeue_script('jquery.colorbox-
   min'); wp_dequeue_script('wprss_custom'); });

Viewing 1 replies (of 1 total)

The topic ‘Colorbox script enqueuing’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.gif?rev=3157090)
 * [RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging](https://wordpress.org/plugins/wp-rss-aggregator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-aggregator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-aggregator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Xedin Unknown](https://wordpress.org/support/users/xedinunknown/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/colorbox-script-enqueuing/#post-7616571)
 * Status: resolved