Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23001, comment 1


Ignore:
Timestamp:
12/19/2012 06:50:38 AM (12 years ago)
Author:
dd32
Comment:

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 filer, which calls pipp_gallery_shortcode().. etc..
     1I'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..
    22
    33Because 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.