mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Add phpcs note
This commit is contained in:
@@ -210,6 +210,7 @@ class Display_Featured_Image_Genesis_Output {
|
||||
echo '<div class="' . esc_attr( $class ) . '">';
|
||||
$image = $this->get_banner_image();
|
||||
if ( $setting['scriptless'] ) {
|
||||
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
|
||||
echo $image;
|
||||
}
|
||||
echo '<div class="wrap">';
|
||||
|
||||
Reference in New Issue
Block a user