@opajaap
Active 1 month, 2 weeks ago
-
Jacob N. Breetvelt started the topic BP tamperes ajax output in the forum Miscellaneous 1 year, 10 months ago
The plugin wp-photo-album-plus uses frontend alax in many places. When BP is installed, the output of an ajax call is sent to the client using echoing the result of
wp_json_encode( ['html' => $html, 'js' => $js] );
In cases where there is a substantial amount of js code, the js code is damaged, only when BP is activated, resulting in errors like…[Read more]