> > ID, 'attire_post_meta', true)); } $page_width = isset($meta['layout_page']) && $meta['layout_page'] !== 'default' && $meta['layout_page'] !== '' ? $meta['layout_page'] : $theme_default_page_width; $page_header_title = isset($meta['cph_title']) && $meta['cph_title'] !== '' ? $meta['cph_title'] : get_the_title(); $page_header_description = isset($meta['cph_description']) && $meta['cph_description'] !== '' ? $meta['cph_description'] : ''; $cph_active = isset($meta['cph_active']) && (int)$meta['cph_active'] === 1 ? true : false; ?>