标签: php wordpress
我写WordPress主题选项文本编辑器 Guard's Room 文本和前端show / print it Guard \'s Room 但是我需要警卫室
那怎么能解决这个问题呢?
答案 0 :(得分:0)
您echo数据的echo,请echo stripslashes( get_option( 'THEME_OPTION_NAME' ) ); 之前使用stripslashes()。见下面的例子。
echo
echo stripslashes( get_option( 'THEME_OPTION_NAME' ) );
showRegistrationForm()