: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
jQuery(document).ready(function(){
jQuery('.handlediv').click(function(){
if(jQuery(this).parent().hasClass('closed')){
jQuery(this).parent().removeClass('closed');
jQuery(this).parent().addClass('closed');