Changes between Initial Version and Version 1 of Ticket #23001, comment 1
- Timestamp:
- 12/19/2012 06:50:38 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23001, comment 1
initial v1 1 I'm going to take a guess here, pipp_gallery_shortcode() calls the post_gallery filter, which calls pipp_gallery_shortcode(), which calls the post_gallery fil er, which calls pipp_gallery_shortcode().. etc..1 I'm going to take a guess here, pipp_gallery_shortcode() calls the post_gallery filter, which calls pipp_gallery_shortcode(), which calls the post_gallery filter, which calls pipp_gallery_shortcode().. etc.. 2 2 3 3 Because there's multiple layers of functions there, PHP's infinite loop protection probably doesn't kick in, remove the filter from your filter and see if that stops it, otherwise, keep debugging your filter and find what does cause it.