Customizable priority for add_filter()
-
Hello,
as I couldn’t find any similar topic, I hope this feature request has not been issued before.
I’m using NGG 2.0.17 on WP 3.6 and want to use a different lightbox type. During my testing I recognized that you are forcing NGG to parse the_content as the last plugin (PHP_INT_MAX). Because of this it is (without changes to the source code) nearly impossible to let a different plugin do the lightbox replacements.
nextgen-gallery\non_pope\class.nextgen_shortcode_manager.php 48: add_filter('the_content', array(&$this, 'parse_content'), PHP_INT_MAX-1); \nextgen-gallery\products\photocrati_nextgen\modules\attach_to_post\module.attach_to_post.php 117: add_filter('the_content', array(&$this, 'substitute_placeholder_imgs'), PHP_INT_MAX, 1);
Is it posible that you make these options customizable in future Version of NGG?
Thanks in advance,
Stephan
- The topic ‘Customizable priority for add_filter()’ is closed to new replies.