
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

return [
	'title'              => esc_html__( 'Blog', 'bdthemes-prime-slider' ),
	'required'           => true,
	'default_activation' => true,
	'has_style'          => true,
	'has_script'         => false,
];
