str_replace(
array(
'<',
'>',
'/',
',',
'{',
'}',
'?',
'*'
),
'',
$value[0]->post_content
)
str_replace(
array(
'<',
'>',
'/',
',',
'{',
'}',
'?',
'*'
),
'',
$value[0]->post_content
)