• Hi, how do I remove the default content filter? I would like to use the template tag in my php code and only show the gallery once on each page.

    Best regards, Jan

Viewing 1 replies (of 1 total)
  • Hello, @cyberwolfer.

    You can use the remove_filter() function. For our content filter you can use the following code:
    remove_filter( 'the_content', 'easy_image_gallery_append_to_content' );

    Thanks for using our plugin.

    Greetings,
    Stoyan.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing default content filter?’ is closed to new replies.