shinjuku_php
@shinjuku_php

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

HTML出力させたい

Q&A

HTML出力させたいです。

現在、エスケープ処理で文字列表示されるのですが、こちらをコメント欄の枠内においてHTML出力したいです。

該当するソースコード

   <div class="p-profile__lower">
            <?php if ( $post->staff_comment ) : ?>
            <p class="p-profile__comment"><?php echo nl2br( esc_html( $post->staff_comment ) ); ?></p>

枠内にHTML出力させたいです。

スクリーンショット 2022-06-12 11.39.14.png

よろしくお願いいたします。

0

2Answer

Your answer might help someone💌