simpliko / wpadverts

WordPress Classifieds Plugin
https://wpadverts.com/
GNU General Public License v2.0
21 stars 11 forks source link

the_content filter in the preview #85

Closed gwin closed 5 years ago

gwin commented 5 years ago

There is a problem with the_content filter running in an infinite loop, you can check this by opening a file wpadverts/includes/shortcodes.php (going to the line about 407) and replacing line $post_content = apply_filters("the_content", get_post( $post_id )->post_content ); with $post_content = apply_filters("adverts_the_content", get_post( $post_id )->post_content );