: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
const showWidth = () => {
if (jQuery(".width_option").hasClass('hideme'))
jQuery(".width_option").removeClass('hideme');
jQuery(".width_option").addClass('hideme');