HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wordpress/wp-content/plugins/feeds-for-youtube/templates/header-generic.php
<?php
// Don't load directly
use SmashBalloon\YouTubeFeed\SBY_Display_Elements;

if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}
$header_style_attr       = SBY_Display_Elements::get_style_att( 'items', $settings );
$header_text_color_style = SBY_Display_Elements::get_header_text_color_styles( $settings ); // style="color: #517fa4;" already escaped
$size_class              = SBY_Display_Elements::get_header_size_class( $settings );
$header_display_condition = SBY_Display_Elements::get_header_display_condition( $settings );
$icon_type = $settings['font_method'];
?>
<div class="sb_youtube_header sby_header_type_generic <?php echo esc_attr( $size_class ); ?>"<?php echo $header_style_attr; ?> <?php echo $header_display_condition;?>>
	<div class="sby_header_text sby_no_bio">
		<h3 <?php echo $header_text_color_style; ?>>YouTube</h3>
	</div>
	<div class="sby_header_img">
		<div class="sby_header_icon"><?php echo SBY_Display_Elements::get_icon( 'newlogo', $icon_type ); ?></div>
	</div>
</div>