How Can We Help?
esc_attr()
escape special characters that could break the rendered html
$vue_atts = esc_attr( json_encode( [
‘id’ => $id,
‘question’ => $atts[‘question’],
‘answers’ => $answers,
] ) );
My Photos
escape special characters that could break the rendered html
$vue_atts = esc_attr( json_encode( [
‘id’ => $id,
‘question’ => $atts[‘question’],
‘answers’ => $answers,
] ) );