section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Sakurairo */ // Prevent direct access to the file if (!defined('ABSPATH')) { exit; // Exit if accessed directly } $mashiro_logo = iro_opt('mashiro_logo'); $vision_resource_basepath = iro_opt('vision_resource_basepath'); header('X-Frame-Options: SAMEORIGIN'); ?> > post_content)) { $description = trim(mb_strimwidth(preg_replace('/\s+/', ' ', strip_tags($post->post_content)), 0, 240, '…')); } } if (is_category()) { $categories = get_the_category(); if ($categories) { $keywords = implode(',', array_column($categories, 'name')); } $description = trim(category_description()) ?: $description; } ?> >