0
Validation results

YOOtheme

YOOtheme

WordPress 6.5.2 theme
0
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEyootheme_wp_3.0.20.zip
  • FILE SIZE7723308 bytes
  • MD5c1ca596f986d700deca7868ffdc45232
  • SHA108b8cae2ac04c2ae43f969942ee01c33b1500e10
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • VERSION3.0.20
  • CREATION DATE2023-03-10
  • LAST FILE UPDATE2023-03-10
  • LAST VALIDATION2023-03-10 19:44
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Security breaches : Modification of PHP server settings Found ini_set in file Memory.php. 17: @ini_set('memory_limit', $memory);Found ini_set in file functions.php. 9: ini_set('xdebug.max_nesting_level', max($level, 256));
  4. Security breaches : Use of base64_decode() Found base64_decode in file CustomizerListener.php. 29: return base64_decode($value);34: return json_decode(base64_decode($value), true);39: return json_decode(base64_decode($value), true);Found base64_decode in file StylerController.php. 81: ->abortIf(!($contents = @base64_decode($contents)), 400, 'Base64 Decode failed.')Found base64_decode in file ContentListener.php. 117: ->abortIf(!($page = base64_decode($page)), 400)
  5. Security breaches : Use of base64_encode() Found base64_encode in file CustomizerListener.php.
     return base64_encode(json_encode($config('~theme')));
     $customizer->set_post_value('config', base64_encode(json_encode($value)));
     base64_encode(json_encode($config('customizer', [])))
    Found base64_encode in file Str.php.
     $string .= substr(str_replace(['/', '+', '='], '', base64_encode($bytes)), 0, $size);
    Found base64_encode in file CampaignMonitorProvider.php.
     'Authorization' => 'Basic ' . base64_encode('{$this->apiKey}:nopass'),
  6. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="<?= $props['video'] ?> in file content.php. 6: <iframe src='<?= $props['video'] ?>'></iframe>Found <iframe src="<?= $props['video'] ?> in file content.php. 5: <iframe src='<?= $props['video'] ?>'></iframe>Found <iframe src="<?= $props['video'] ?> in file content.php. 6: <iframe src='<?= $props['video'] ?>'></iframe>Found <iframe src="<?= $props['video'] ?> in file content.php. 2: <iframe src='<?= $props['video'] ?>'></iframe>
  7. Malware : Operations on file system file_get_contents was found in the file functions.php 31: $contents = @file_get_contents($file, false, null, 0, 500) ?: '';fopen was found in the file StreamFactoryInterface.php 22: * supported by the `fopen` function.24: * The `$filename` MAY be any string supported by `fopen()`.file_get_contents was found in the file Resolver.php 249: if (!($content = @file_get_contents($file))) {file_put_contents was found in the file Resolver.php 281: return file_put_contents($temp, $data) && @rename($temp, $cache);file_get_contents was found in the file Translator.php 69: $resource = json_decode(file_get_contents($resource), true);file_get_contents was found in the file updates.php 63: ($contents = @file_get_contents(get_stylesheet_directory() . '/js/theme.js')) &&fopen was found in the file SvgHelper.php 21: if ($file && is_readable($file) && ($resource = @fopen($file, 'r'))) {fclose was found in the file SvgHelper.php 34: fclose($resource);file_get_contents was found in the file File.php 369: $data = file_get_contents($path);file_put_contents was found in the file File.php 390: $bytes = file_put_contents($path, $data, $flags);file_put_contents was found in the file StylerController.php 111: !file_put_contents(122: !file_put_contents($file = '{$dir}/theme{$rtl}.css', $head . $data)file_put_contents was found in the file StylerController.php 111: !file_put_contents(122: !file_put_contents($file = '{$dir}/theme{$rtl}.css', $head . $data)file_get_contents was found in the file StyleFontLoader.php 62: if (is_file($file) && is_string($data = file_get_contents($file))) {file_put_contents was found in the file StyleFontLoader.php 82: if ($fonts && @file_put_contents($file, $info . $data)) {169: if (@file_put_contents($file, $data->getBody())) {file_put_contents was found in the file StyleFontLoader.php 82: if ($fonts && @file_put_contents($file, $info . $data)) {169: if (@file_put_contents($file, $data->getBody())) {file_get_contents was found in the file StylerListener.php 18: $header = $style ? file_get_contents($style, false, null, 0, 34) : '';file_get_contents was found in the file Styler.php 79: $contents = @file_get_contents($file) ?: '';fopen was found in the file Styler.php 113: $handle = fopen($file, 'r');fread was found in the file Styler.php 114: $content = str_replace('\r', '\n', fread($handle, 8192));fclose was found in the file Styler.php 115: fclose($handle);fopen was found in the file SettingsListener.php 46: $resource = fopen('php://temp', 'rw+');fopen was found in the file HttpFactory.php 34: $body = fopen('php://input', 'r') ?: null;fopen was found in the file Response.php 44: $body = Stream::create(is_string($file) ? fopen($file, 'r') : $file);fopen was found in the file UploadedFile.php 117: if (false === $resource = @\fopen($this->file, 'r')) {144: if (false === $resource = @\fopen($targetPath, 'w')) {fopen was found in the file UploadedFile.php 117: if (false === $resource = @\fopen($this->file, 'r')) {144: if (false === $resource = @\fopen($targetPath, 'w')) {fopen was found in the file Stream.php 72: $resource = \fopen('php://temp', 'rw+');fwrite was found in the file Stream.php 73: \fwrite($resource, $body);247: if (false === $result = @\fwrite($this->stream, $string)) {fclose was found in the file Stream.php 132: \fclose($this->stream);fwrite was found in the file Stream.php 73: \fwrite($resource, $body);247: if (false === $result = @\fwrite($this->stream, $string)) {fread was found in the file Stream.php 269: if (false === $result = @\fread($this->stream, $length)) {fopen was found in the file Psr17Factory.php 44: if (false === $resource = @\fopen($filename, $mode)) {file_put_contents was found in the file SourceListener.php 82: file_put_contents($file, $content);file_get_contents was found in the file SchemaBuilder.php 76: $document = Parser::parse(file_get_contents($file));file_put_contents was found in the file SchemaBuilder.php 79: file_put_contents(file_get_contents was found in the file Helper.php 27: use function file_get_contents;477: return file_get_contents('php://input');fopen was found in the file ImageController.php 63: $cache = fopen('php://temp', 'rw+');file_put_contents was found in the file GDResource.php 55: !file_put_contents($file, $data)
  8. Deprecated functions : link_pages link_pages found in file content-page.php. Deprecated since version 2.1. Use wp_link_pages() instead.38: <?= link_pages() ?>link_pages found in file content.php. Deprecated since version 2.1. Use wp_link_pages() instead.167: echo link_pages();link_pages found in file PostType.php. Deprecated since version 2.1. Use wp_link_pages() instead.9: use function YOOtheme\link_pages;577: link_pages();
  9. Deprecated functions : get_option get_option('home') was found in the file Breadcrumbs.php. Use home_url() instead.55: 'link' => get_option('home'),
Warning
  1. core scripts deregistered : Core scripts deregistrationFound wp_deregister_script in WooCommerceListener.php. Themes must not deregister core scripts. 116: wp_deregister_script('selectWoo');
  2. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Results for &#8220;%s&#8221;' in file search.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file cookie.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file cookie.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file cookie.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file cookie.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file cookie.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file cookie.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file header-logo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file header-logo.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Older Comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Comments' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required fields are marked %s' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your email address will not be published.' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save my name, email, and website in this browser for the next time I comment.' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Home' in file Breadcrumbs.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'yootheme' in file bootstrap.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Draft' in file PostsListener.php.Found a translation function that is missing a text-domain. Function __, with the arguments in file MenuListener.php.Found a translation function that is missing a text-domain. Function __, with the arguments '&hellip;' in file element.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Comment' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Older Comments' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Comments' in file comments.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Comments are closed.' in file comments.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Required fields are marked %s' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Your email address will not be published.' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'You must be <a href="%s">logged in</a> to post a comment.' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Name' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Email' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Website' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Save my name, email, and website in this browser for the next time I comment.' in file commentform.php.Found a translation function that is missing a text-domain. Function __, with the arguments '%1$s at %2$s' in file comment.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'Your comment is awaiting moderation.' in file comment.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit' in file comment.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are yootheme, woocommerce.
  4. PHP short tags : Presence of PHP short tagsPHP short tags were found in file index.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.59: <div<?= get_attrs($attrs) ?>>PHP short tags were found in file archive.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.76: <h1<?= get_attrs($attrs_title, ['class' => 'uk-h3']) ?>><?= $title ?></h1>79: <div<?= get_attrs($attrs_description) ?>><?= $description ?></div>84: <div<?= get_attrs($attrs) ?>>PHP short tags were found in file header.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.104: <link rel='icon' href='<?= $config('~theme.favicon') ?>' sizes='any'>106: <link rel='icon' href='<?= $config('~theme.favicon_svg') ?>' type='image/svg+xml'>108: <link rel='apple-touch-icon' href='<?= $config('~theme.touchicon') ?>'>118: <div<?= $view->attrs($attrs_page_container) ?>>121: <div<?= $view->attrs($attrs_image) ?>></div>125: <div <?= $view->attrs($attrs_media_overlay) ?>></div>131: <?= $view('~theme/templates/header') ?>134: <div<?= $view->attrs($attrs_page) ?>>137: <?= $view('~theme/templates/header') ?>144: <div id='tm-main' <?= $view->attrs($attrs_main_section) ?>>145: <div<?= $view->attrs($attrs_main_container) ?>>154: <div<?= $view->attrs(['class' => $grid, 'uk-grid' => true]) ?>>155: <div class='uk-width-expand@<?= $config('$sidebar.breakpoint') ?>'>160: <?= $view->section('breadcrumbs') ?>PHP short tags were found in file search.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.20: <div<?= get_attrs($attrs_title) ?>><?php printf(__('Search Results for &#8220;%PHP short tags were found in file position.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.131: <?= $el($grid) ?>133: <?= $widget($grid) ?>135: <?= $el->end() ?>PHP short tags were found in file section.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.172: <div<?= $this->attrs(compact('class', 'style'), $attrs, !$attrs_image ? $attrs_175: <div<?= $this->attrs($attrs_image, $attrs_section) ?>>178: <?= $video ?>181: <div class='uk-position-cover'<?= $this->attrs($attrs_overlay) ?>></div>185: <div<?= $this->attrs($attrs_viewport_height) ?>>189: <div<?= $this->attrs($attrs_container) ?>>193: <div<?= $this->attrs($attrs_placeholder) ?>></div>196: <?= $view('~theme/templates/position', ['style' => 'grid']) ?>PHP short tags were found in file toolbar.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.32: <div<?= $this->attrs($attrs_toolbar) ?>>33: <div<?= $this->attrs($attrs_width_container) ?>>PHP short tags were found in file meta.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.27: <ul<?= $view->attrs($attrs_meta) ?>>29: <li><?= $part ?></li>33: <li><span><?= $category ?></span></li>35: <li><?= $category ?></li>51: <p<?= $view->attrs($attrs_meta) ?>>PHP short tags were found in file header-dialog.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.43: <a<?= $this->attrs($attrs_toggle) ?>>46: <span class='uk-margin-small-right uk-text-middle'><?= __('Menu', 'yootheme') ?></span>52: <span class='uk-margin-small-left uk-text-middle'><?= __('Menu', 'yootheme') ?></span>PHP short tags were found in file module.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.143: <div<?= $this->attrs(compact('class'), ['class' => $list_class], $module->attrs147: <<?= $title_element ?><?= $this->attrs($title) ?>>150: <span><?= $module->title ?></span>152: <?= $module->title ?>155: </<?= $title_element ?>>159: <?= $module->content ?>PHP short tags were found in file header.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.110: <?= $view('~theme/templates/header-mobile') ?>114: <?= $toolbar ?>119: <div<?= $this->attrs(['class' => $class], $attrs) ?>>122: <?= $toolbar ?>137: <div<?= $this->attrs($attrs_sticky) ?>>140: <div<?= $this->attrs($attrs_navbar_container) ?>>142: <div<?= $this->attrs($attrs_width_container) ?>>143: <nav<?= $this->attrs($attrs_navbar) ?>>215: <div<?= $this->attrs($attrs_headerbar, ['class' => 'tm-headerbar tm-headerbar-t216: <div<?= $this->attrs($attrs_width_container) ?>>235: <div<?= $this->attrs($attrs_sticky) ?>>238: <div<?= $this->attrs($attrs_navbar_container) ?>>240: <div<?= $this->attrs($attrs_width_container) ?>>241: <nav<?= $this->attrs($attrs_navbar) ?>>293: <div<?= $this->attrs($attrs_headerbar, ['class' => 'tm-headerbar tm-headerbar-b294: <div<?= $this->attrs($attrs_width_container) ?>>308: <div<?= $this->attrs($attrs_headerbar, ['class' => 'tm-headerbar tm-headerbar-t309: <div<?= $this->attrs($attrs_width_container) ?>>336: <div<?= $this->attrs($attrs_sticky) ?>>339: <div<?= $this->attrs($attrs_navbar_container) ?>>341: <div<?= $this->attrs($attrs_width_container) ?>>342: <nav<?= $this->attrs($attrs_navbar) ?>>373: <div<?= $this->attrs($attrs_headerbar, ['class' => 'tm-headerbar tm-headerbar-t374: <div<?= $this->attrs($attrs_width_container) ?>>393: <div<?= $this->attrs($attrs_sticky) ?>>396: <div<?= $this->attrs($attrs_navbar_container) ?>>398: <div<?= $this->attrs($attrs_width_container) ?>>399: <nav<?= $this->attrs($attrs_navbar) ?>>496: <div id='tm-dialog' uk-offcanvas='container: true'<?= $this->attrs($config('$dialog.offcanvas') ?: []) ?>>502: <div<?= $this->attrs($attrs_dialog) ?>>508: <div<?= $this->attrs($attrs_dialog_push) ?>>523: <div<?= $this->attrs($attrs_modal) ?>>526: <div<?= $this->attrs($attrs_dialog) ?>>532: <div<?= $this->attrs($attrs_dialog_push) ?>>544: <div id='tm-dialog'<?= $this->attrs($attrs_dropbar) ?>>546: <div<?= $this->attrs($attrs_dropbar_content) ?>>549: <div<?= $this->attrs($attrs_dialog) ?>>555: <div<?= $this->attrs($attrs_dialog_push) ?>>PHP short tags were found in file search.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.68: <a<?= $this->attrs($toggle) ?> href='#<?= $id = $attrs['id'] . '-modal' ?>' u70: <div id='<?= $id ?>' class='uk-modal-full' uk-modal='container: true'>74: <?= $this->form($fields, $attrs) ?>81: <?= $this->form(array_merge([['tag' => 'span', 'uk-search-icon' => true, 'c99: <a<?= $this->attrs($toggle) ?> href='#' uk-search-icon></a>101: <?= $this->form($fields, $attrs) ?>119: <a<?= $this->attrs($toggle) ?> href='#' uk-search-icon></a>120: <div class='uk-navbar-dropdown' <?= $this->attrs(['uk-drop' => json_encode(array_filter($drop))]) ?>>124: <?= $this->form($fields, $attrs) ?>PHP short tags were found in file sidebar.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.16: <aside<?= $this->attrs(compact('id', 'class')) ?>>PHP short tags were found in file pagebreak.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.5: <?= str_replace('post-page-numbers', 'post-page-numbers uk-button uk-button6: <?= __('Next Page', 'yootheme') ?>13: <?= __('Page', 'yootheme') ?>20: <li><?= _wp_link_page($i) . $i ?></a></li>22: <li class='uk-active'><span><?= $i ?></span></li>PHP short tags were found in file pagination.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.29: <li<?= strpos($link, 'current') ? ' class='uk-active'' : '' ?>><?= $link ?></l37: <li><?= $prev ?></li>40: <li class='uk-margin-auto-left'><?= $next ?></li>PHP short tags were found in file content-page.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.16: <meta property='name' content='<?= esc_html(get_the_title()) ?>'>17: <meta property='author' typeof='Person' content='<?= esc_html(get_the_author()) ?>'>18: <meta property='dateModified' content='<?= get_the_modified_date('c') ?>'>19: <meta class='uk-margin-remove-adjacent' property='datePublished' content='<?= get_the_date('c') ?>'>23: <meta property='url' content='<?= get_the_post_thumbnail_url() ?>'>24: <?= $thumbnail ?>33: <p class='uk-text-meta tm-page-break <?= ($page == '1') ? 'tm-page-break-first-page' : '' ?>'><?= sprintf(__('Pa38: <?= link_pages() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.74: <div<?= $view->attrs($attr) ?> property='image' typeof='ImageObject'>75: <meta property='url' content='<?= get_the_post_thumbnail_url() ?>'>77: <?= $thumbnail ?>79: <a href='<?php the_permalink() ?>'><?= $thumbnail ?></a>91: <meta property='name' content='<?= esc_html(get_the_title()) ?>'>92: <meta property='author' typeof='Person' content='<?= esc_html(get_the_author()) ?>'>93: <meta property='dateModified' content='<?= get_the_modified_date('c') ?>'>94: <meta class='uk-margin-remove-adjacent' property='datePublished' content='<?= get_the_date('c') ?>'>97: <?= $image($attrs_image) ?>101: <div<?= $view->attrs($attrs_container) ?>>105: <?= $view('~theme/templates/meta', ['post' => get_post(), 'config' => $conf117: <?= $view('~theme/templates/meta', ['post' => get_post(), 'config' => $conf126: <?= $image($attrs_image) ?>129: <div<?= $view->attrs($attrs_container) ?>>154: <div<?= $view->attrs($attrs_content) ?> property='text'>157: <p class='uk-text-meta tm-page-break <?= ($page == '1') ? 'tm-page-break-first-page' : '' ?>'><?= sprintf(__('Pa161: <?= Str::limit(strip_tags($content), $config('~theme.post.content_length'),163: <?= $content ?>174: <p<?= $view->attrs($attrs_tags) ?>>178: <a href='<?= get_tag_link($tag->term_id) ?>'><?= $tag->name ?></a><?= $seperator ?>184: <p<?= get_attrs($attrs_button_container) ?>>185: <a<?= get_attrs($attrs_button) ?> href='<?= get_permalink() ?>'><?= $extended192: <li><?= $prev ?></li>195: <li class='uk-margin-auto-left'><?= $next ?></li>204: <?= get_avatar(get_the_author_meta('user_email')) ?>PHP short tags were found in file socials.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.21: <ul<?= $this->attrs($attrs_grid) ?>>34: <a<?= $this->attrs(['href' => $link], $attrs) ?> <?= $this->attrs($attrs_iconPHP short tags were found in file gallery.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.86: <div uk-grid class='uk-child-width-1-<?= $atts['columns'] ?>'>101: <?= $img ?>104: <div class='uk-panel uk-padding-small'><?= $caption ?></div>PHP short tags were found in file breadcrumbs.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.7: <li><a href='<?= $item->link ?>'><?= $item->name ?></a></li>9: <li class='uk-disabled'><a><?= $item->name ?></a></li>11: <li><span><?= $item->name ?></span></li>PHP short tags were found in file header-mobile.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.57: <div<?= $this->attrs(['class' => $class], $attrs) ?>>69: <div<?= $this->attrs($attrs_sticky) ?>>72: <div<?= $this->attrs($attrs_navbar_container) ?>>74: <div<?= $this->attrs($attrs_width_container) ?>>75: <nav<?= $this->attrs($attrs_navbar) ?>>196: <div id='tm-dialog-mobile' uk-offcanvas='container: true; overlay: true'<?= $this->attrs($config('$dialog.offcanvas') ?: []) ?>>204: <div<?= $this->attrs($attrs_dialog) ?>>210: <div<?= $this->attrs($attrs_dialog_push) ?>>227: <div<?= $this->attrs($attrs_modal) ?>>230: <div<?= $this->attrs($attrs_dialog) ?>>236: <div<?= $this->attrs($attrs_dialog_push) ?>>248: <div id='tm-dialog-mobile'<?= $this->attrs($attrs_dropbar) ?>>253: <div<?= $this->attrs($attrs_dialog) ?>>259: <div<?= $this->attrs($attrs_dialog_push) ?>>PHP short tags were found in file cookie.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.10: <div class='tm-cookie-banner uk-section uk-section-xsmall uk-section-<?= $config('$cookie.bar_style') ?><?= $config('$cookie.bar_position') === 13: <?= __($config('$cookie.message'), 'yootheme')?>18: <button type='button' class='js-accept uk-button uk-button-<?= $config('$cookie.button_consent_style') ?> uk-margin-small-left' data-u22: <button type='button' class='js-reject uk-button uk-button-<?= $config('$cookie.button_reject_style') ?> uk-margin-small-left' data-uk30: <div class='tm-cookie-banner uk-notification uk-notification-<?= $config('$cookie.notification_position') ?>'>31: <div class='uk-notification-message<?= $config('$cookie.notification_style') ? ' uk-notification-message-{$con33: <?= __($config('$cookie.message'), 'yootheme')?>43: <button type='button' class='js-accept uk-button uk-button-<?= $config('$cookie.button_consent_style') ?>' data-uk-toggle='target: !.u47: <button type='button' class='js-reject uk-button uk-button-<?= $config('$cookie.button_reject_style') ?> uk-margin-small-left' data-ukPHP short tags were found in file header-logo.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.75: <a<?= $this->attrs($attrs_link) ?>>76: <?= $logo_el ?>PHP short tags were found in file menu.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.156: <ul<?= $this->attrs($attrs) ?>>157: <?= $view('~theme/templates/menu/{$type}', ['items' => $items, 'level' => 1PHP short tags were found in file comments.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.65: <article id='comment-article-<?php comment_ID() ?>' class='<?= implode(' ', $classes) ?>' tabindex='-1'>70: <?= get_avatar($comment, $args['avatar_size']) ?>76: <a class='uk-link-reset' href='<?= esc_url(get_comment_link($comment, $args)) ?>'>PHP short tags were found in file footer.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.20: <?= $view('~theme/templates/sidebar') ?>31: <?= $view->builder(json_encode($config('~theme.footer.content')), ['prefix'PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <h3><?= $props['title'] ?></h3>6: <p><?= $props['meta'] ?></p>10: <a href='<?= $props['link'] ?>'><?= $props['content'] ?></a>12: <div><?= $props['content'] ?></div>PHP short tags were found in file template-title.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.38: <?= $title($element, $props['title']) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.33: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>36: <?= $this->render('{$__dir}/template-title', compact('props')) ?>39: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>42: <?= $this->render('{$__dir}/template-content', compact('props')) ?>45: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>50: <?= $grid($element) ?>51: <?= $cell($element) ?>54: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>57: <?= $this->render('{$__dir}/template-title', compact('props')) ?>60: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>67: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>70: <?= $this->render('{$__dir}/template-content', compact('props')) ?>73: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>81: <?= $grid($element) ?>82: <?= $cell($element) ?>83: <?= $this->render('{$__dir}/template-title', compact('props')) ?>86: <?= $this->render('{$__dir}/template-meta', compact('props')) ?>90: <?= $this->render('{$__dir}/template-content', compact('props')) ?>PHP short tags were found in file template-nav.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.52: <?= $container($props) ?>55: <?= $nav($props, $props['nav_below'] && !$props['nav_color'] ? $container->74: <li uk-slideshow-item='<?= $i ?>'>75: <a href='#'><?= $thumbnail ?: $child->props['title'] ?></a>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.59: <?= $el($props, $attrs) ?>61: <?= $container($props) ?>64: <?= $decoration($props) ?>67: <?= $items($props) ?>69: <li class='el-item' <?= $child->props['media_background'] ? 'style=\'background-color: {$child-70: <?= $builder->render($child, ['i' => $i, 'element' => $props]) ?>80: <?= $this->render('{$__dir}/template-slidenav') ?>84: <?= $this->render('{$__dir}/template-nav') ?>90: <?= $this->render('{$__dir}/template-nav') ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl10: <p><?= $props['meta'] ?></p>14: <div><?= $props['content'] ?></div>18: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.103: <?= $grid($element) ?>104: <?= $cell_title($element) ?>108: <?= $meta($element, $props['meta']) ?>112: <?= $title($element) ?>114: <span class='uk-text-background'><?= $props['title'] ?></span>116: <span><?= $props['title'] ?></span>118: <?= $props['title'] ?>120: <?= $title->end() ?>124: <?= $meta($element, $props['meta']) ?>128: <?= $cell_title->end() ?>129: <?= $cell_content($element) ?>133: <?= $meta($element, $props['meta']) ?>137: <?= $content($element, $props['content']) ?>141: <?= $meta($element, $props['meta']) ?>145: <?= $link_container($element, $link($element, $props['link_text'] ?: $eleme149: <?= $cell_content->end() ?>150: <?= $grid->end() ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.44: <?= $grid($element) ?>45: <?= $cell_image($element, $image) ?>46: <?= $cell_content($element) ?>47: <?= $this->render('{$__dir}/template-content', compact('props')) ?>48: <?= $cell_content->end() ?>53: <?= $element['image_align'] == 'top' ? $image : '' ?>54: <?= $this->render('{$__dir}/template-content', compact('props')) ?>55: <?= $element['image_align'] == 'bottom' ? $image : '' ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template-slidenav.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.87: <?= $slidenav_container($props) ?>88: <?= $slidenav($props, $attrs_slidenav_previous, '') ?>89: <?= $slidenav($props, $attrs_slidenav_next, '') ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.70: <?= $el($props, $attrs) ?>72: <?= $container($props) ?>78: <?= $slider_items($props) ?>80: <?= $slider_item($props, $builder->render($child, ['element' => $props])) ?89: <?= $this->render('{$__dir}/template-slidenav') ?>95: <?= $this->render('{$__dir}/template-nav') ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <a href='<?= $props['link'] ?>'>[<?= $props['icon'] ?>]</a>4: [<?= $props['icon'] ?>]PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.35: <?= $el($props, $attrs) ?>38: <?= $link($props, $icon($props)) ?>40: <?= $icon($props) ?>PHP short tags were found in file template-link.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.31: <?= $link_container($element, $link($element, $props['link_text'] ?: $elemePHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <h3><?= $props['title'] ?></h3>10: <div><?= $props['content'] ?></div>14: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.39: <?= $grid($element) ?>40: <?= $cell_image($element, $image) ?>41: <?= $cell_content($element) ?>42: <?= $this->render('{$__dir}/template-content') ?>43: <?= $this->render('{$__dir}/template-link') ?>44: <?= $cell_content->end() ?>49: <?= $element['image_align'] == 'top' ? $image : '' ?>50: <?= $this->render('{$__dir}/template-content') ?>51: <?= $this->render('{$__dir}/template-link') ?>52: <?= $element['image_align'] == 'bottom' ? $image : '' ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <<?= $props['title_element'] ?>><a href='<?= $props['link'] ?>'><?= $props['4: <<?= $props['title_element'] ?>><?= $props['content'] ?></<?= $props['title_PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.31: <?= $el($props, $attrs) ?>33: <span class='uk-text-background'><?= $link ? $link($props) : $props['content'] ?></span>35: <span><?= $link ? $link($props) : $props['content'] ?></span>37: <?= $link ? $link($props) : $props['content'] ?>39: <?= $el->end() ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.187: <?= $el($props, $attrs) ?>190: <?= $panel($props) ?>194: <?= $image($props) ?>198: <?= $video($props, '') ?>202: <?= $overlay($props, '') ?>206: <?= $container($props) ?>210: <?= $sticky($props) ?>213: <?= $builder->render($children) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.5: <?= $builder->render($child) ?>11: <?= $builder->render($children[0]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.20: <?= $el($props, $attrs) ?>23: <?= $grid($props) ?>32: <?= $builder->render($child, ['element' => $props]) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl10: <p><?= $props['meta'] ?></p>14: <div><?= $props['content'] ?></div>18: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.57: <?= $meta($element, [], $props['meta']) ?>61: <?= $title($element) ?>63: <span class='uk-text-background'><?= $props['title'] ?></span>65: <span><?= $props['title'] ?></span>67: <?= $props['title'] ?>69: <?= $title->end() ?>73: <?= $meta($element, $props['meta']) ?>77: <?= $content($element, $props['content']) ?>81: <?= $meta($element, $props['meta']) ?>85: <?= $link_container($element, $link($element, $props['link_text'] ?: $elemePHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.45: <?= $el($element) ?>47: <?= $props['image'] ?>50: <?= $content($element, $this->render('{$__dir}/template-content', compact('52: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>55: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.5: <?= $builder->render($child, ['element' => $props]) ?>11: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.20: <?= $el($props, $attrs) ?>22: <?= $subnav($props) ?>24: <li class='el-item <?= $child->props['active'] ? 'uk-active' : '' ?>'><?= $builder->render($chPHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl10: <p><?= $props['meta'] ?></p>14: <div><?= $props['content'] ?></div>18: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.91: <?= $grid($element) ?>92: <?= $cell_title($element) ?>96: <?= $meta($element, $props['meta']) ?>100: <?= $title($element) ?>102: <span class='uk-text-background'><?= $props['title'] ?></span>104: <span><?= $props['title'] ?></span>106: <?= $props['title'] ?>108: <?= $title->end() ?>112: <?= $meta($element, $props['meta']) ?>116: <?= $cell_title->end() ?>117: <?= $cell_content($element) ?>121: <?= $props['image'] ?>125: <?= $meta($element, $props['meta']) ?>129: <?= $content($element, $props['content']) ?>133: <?= $meta($element, $props['meta']) ?>137: <?= $link_container($element, $link($element, $props['link_text'] ?: $eleme141: <?= $cell_content->end() ?>142: <?= $grid->end() ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.144: <?= $el($element, $attrs) ?>148: <?= $grid($element) ?>149: <?= $cell_image($element, $props['image']) ?>150: <?= $cell_content($element) ?>153: <?= $content($element, $this->render('{$__dir}/template-content', compact('155: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>158: <?= $cell_content->end() ?>164: <?= $props['image'] ?>168: <?= $content($element, $this->render('{$__dir}/template-content', compact('170: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>174: <?= $props['image'] ?>179: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <time datetime='<?= $props['date'] ?>'><?= $props['date'] ?></time>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.32: <?= $el($props, $attrs) ?>38: <div class='uk-countdown-number uk-countdown-<?= $unit ?>'></div>41: <?= $label($props, $props['label_{$unit}'] ?: ucfirst($unit)) ?>PHP short tags were found in file template-media.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.52: <?= $placeholder($element, !$props['image'] && $props['video'] ? '' : null)55: <?= $image($element, !$props['image'] && $props['video'] ? '' : null) // Cl58: <?= $hover_image($element) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <iframe src='<?= $props['video'] ?>'></iframe>8: <video src='<?= $props['video'] ?>'>14: <img src='<?= $props['hover_image'] ?>' alt=''>18: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl22: <p><?= $props['meta'] ?></p>26: <div><?= $props['content'] ?></div>30: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.59: <?= $meta($element, $props['meta']) ?>63: <?= $title($element) ?>65: <span class='uk-text-background'><?= $props['title'] ?></span>67: <span><?= $props['title'] ?></span>69: <?= $props['title'] ?>71: <?= $title->end() ?>75: <?= $meta($element, $props['meta']) ?>79: <?= $content($element, $props['content']) ?>83: <?= $meta($element, $props['meta']) ?>87: <?= $link_container($element, $link($element, $props['link_text'] ?: $elemePHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.123: <?= $text_color_container($props) ?>126: <?= $el($element, $attrs) ?>129: <?= $image_container($element) ?>132: <?= $this->render('{$__dir}/template-media', compact('props')) ?>135: <div class='uk-position-cover' style='background-color:<?= $props['media_overlay'] ?>'></div>139: <?= $overlay($element, '') ?>143: <?= $position($element, $content($element, $this->render('{$__dir}/template147: <?= $image_container->end() ?>150: <?= $el->end() ?>153: <?= $text_color_container->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template-slidenav.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.87: <?= $slidenav_container($props) ?>88: <?= $slidenav($props, $attrs_slidenav_previous, '') ?>89: <?= $slidenav($props, $attrs_slidenav_next, '') ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.67: <?= $el($props, $attrs) ?>69: <?= $container($props) ?>72: <div class='uk-slider-container<?= $props['panel_style'] && $props['panel_card_offset'] ? ' uk-slider-cont75: <?= $slider_items($props) ?>77: <?= $slider_item($props, $builder->render($child, ['element' => $props])) ?86: <?= $this->render('{$__dir}/template-slidenav') ?>92: <?= $this->render('{$__dir}/template-nav') ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <a href='<?= $props['link'] ?>'><?= $props['content'] ?></a>8: <div><?= $props['content'] ?></div>12: <p><?= $props['meta'] ?></p>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.104: <?= $link($element) ?>108: <?= $grid($element) ?>109: <?= $cell_image($element, $props['image']) ?>111: <?= $props['content'] ?>112: <?= $meta($element, $props['meta']) ?>118: <?= $props['image'] ?>122: <?= $props['content'] ?>123: <?= $meta($element, $props['meta']) ?>126: <?= $props['content'] ?>131: <?= $link->end() ?>PHP short tags were found in file template-nav.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.43: <?= $nav($props, $nav_attrs) ?>46: <li class='uk-active' uk-filter-control><a href='#'><?= $this->trans($props['filter_all_label'] ?: 'All') ?></a></li>50: <li <?= $this->attrs([54: <a href='#'><?= $name ?></a>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.73: <?= $el($props, $attrs) ?>76: <?= $filter_grid($props) ?>77: <?= $filter_cell($props) ?>80: <?= $this->render('{$__dir}/template-nav', compact('props')) ?>87: <?= $grid($props) ?>89: <?= $this->el('div', ['data-tag' => $child->tags], $builder->render($child,100: <?= $el($props, $attrs) ?>102: <?= $grid($props) ?>104: <div><?= $builder->render($child, ['element' => $props]) ?></div>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.4: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>10: <td><?= $props['title'] ?></td>14: <td><?= $props['meta'] ?></td>18: <td><?= $props['content'] ?></td>24: <a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.14: <?= $el($props, $attrs) ?>29: <a class='el-title uk-accordion-title' href='#'><?= $child->props['title'] ?></a>31: <?= $content($props) ?>32: <?= $builder->render($child, ['element' => $props]) ?>33: <?= $content->end() ?>PHP short tags were found in file template-nav.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.43: <?= $nav($props, $nav_attrs) ?>46: <li class='uk-active' uk-filter-control><a href='#'><?= $this->trans($props['filter_all_label'] ?: 'All') ?></a></li>50: <li <?= $this->attrs([54: <a href='#'><?= $name ?></a>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.77: <?= $el($props, $attrs) ?>80: <?= $filter_grid($props) ?>81: <?= $filter_cell($props) ?>84: <?= $this->render('{$__dir}/template-nav', compact('props')) ?>91: <?= $grid($props) ?>93: <?= $cell($props, ['data-tag' => $child->tags], $builder->render($child, ['104: <?= $el($props, $attrs) ?>106: <?= $grid($props) ?>108: <?= $cell($props, $builder->render($child, ['element' => $props])) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.48: <?= $el($props, $attrs) ?>49: <?= $script() ?>53: <?= $builder->render($child, ['element' => $props]) ?>57: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.5: <<?= $props['title_element'] ?>><a href='<?= $props['link'] ?>'><?= $props['7: <<?= $props['title_element'] ?>><?= $props['title'] ?></<?= $props['title_el11: <div><?= $props['content'] ?></div>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.51: <?= $el($props, $attrs) ?>54: <?= $link($props) ?>58: <?= $title($props, $props['title']) ?>62: <?= $content($props, $props['content']) ?>66: <?= $link->end() ?>69: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <a href='<?= $props['link'] ?>'><?= $props['content'] ?></a>PHP short tags were found in file template-lightbox.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.43: <div id='<?= $props['id'] ?>' class='uk-flex-top' uk-modal>46: <?= $lightbox ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.42: <?= $button($props) ?>45: <?= $icon($props, '') ?>49: <?= $props['content'] ?>53: <?= $icon($props, '') ?>58: <?= $this->render('{$__dir}/template-lightbox', compact('props')) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.131: <?= $el($props, !$image ? $attrs_section : []) ?>134: <?= $image($props, $attrs_section) ?>137: <?= $props['video'] ?>140: <?= $overlay($props, '') ?>144: <?= $this->el('div', ['class' => [155: <?= $container($props) ?>159: <?= $placeholder($props, '') ?>162: <?= $builder->render($children) ?>173: <?= $title($props) ?>174: <div class='<?= $props['title_rotation'] == 'left' ? 'tm-rotate-180' : '' ?>'><?= $propPHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.23: <th><?= $props['table_head_{$field}'] ?></th>32: <tr><?= $builder->render($child, ['element' => $props, 'filtered' => $filtered]PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.69: <?= $el($props, $attrs) ?>70: <?= $table($props) ?>72: <?= $table($props, $attrs) ?>106: <tr class='el-item'><?= $builder->render($child, ['i' => $i, 'element' => $props, 'fields' => $PHP short tags were found in file template-nav.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.49: <?= $nav($props, $nav_switcher) ?>69: <a href='#'><?= $thumbnail ?: $child->props['label'] ?: $child->props['title'] ?></a>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.38: <?= $el($props, $attrs) ?>42: <?= $grid($props) ?>43: <?= $cell($props, $this->render('{$__dir}/template-nav', compact('props')))46: <?= $content($props) ?>59: <?= $content_item($props) ?>60: <?= $builder->render($child, ['element' => $props]) ?>61: <?= $content_item->end() ?>64: <?= $content->end() ?>72: <?= $this->render('{$__dir}/template-nav', compact('props')) ?>75: <?= $content($props) ?>89: <?= $content_item($props) ?>90: <?= $builder->render($child, ['element' => $props]) ?>91: <?= $content_item->end() ?>94: <?= $content->end() ?>97: <?= $this->render('{$__dir}/template-nav', compact('props')) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.30: <?= $el($props, $attrs) ?>33: <?= $item($props) ?>34: <?= $builder->render($child, ['element' => $props]) ?>36: <?= $props['list_horizontal_separator'] ?>38: <?= $item->end() ?>41: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <div><?= $props['content'] ?></div>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.5: <?= $builder->render($child, ['element' => $props]) ?>11: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.34: <?= $el($props, $attrs) ?>37: <?= $grid($props) ?>46: <?= $nav($props) ?>49: <li class='uk-nav-header'><?= $child->props['content'] ?></li>53: <li class='el-item <?= $child->props['active'] ? 'uk-active' : '' ?>'><?= $builder->render($ch56: <?= $nav->end() ?>65: <?= $grid->end() ?>68: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.5: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>9: <<?= $props['title_element'] ?>><?= $props['title'] ?></<?= $props['title_el13: <p><?= $props['meta'] ?></p>17: <div><?= $props['content'] ?></div>21: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?></a></p>PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.90: <?= $grid($props) ?>91: <?= $cell_title($props) ?>95: <?= $meta($props, $props['meta']) ?>99: <?= $title($props) ?>101: <span class='uk-text-background'><?= $props['title'] ?></span>103: <span><?= $props['title'] ?></span>105: <?= $props['title'] ?>107: <?= $title->end() ?>111: <?= $meta($props, $props['meta']) ?>115: <?= $cell_title->end() ?>116: <?= $cell_content($props) ?>120: <?= $props['image'] ?>124: <?= $meta($props, $props['meta']) ?>128: <?= $content($props, $props['content']) ?>132: <?= $meta($props, $props['meta']) ?>136: <?= $link_container($props, $link($props, $props['link_text'])) ?>140: <?= $cell_content->end() ?>141: <?= $grid->end() ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.136: <?= $el($props, $attrs) ?>140: <?= $grid($props) ?>141: <?= $cell_image($props, $props['image']) ?>142: <?= $cell_content($props) ?>145: <?= $content($props, $this->render('{$__dir}/template-content', compact('pr147: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>150: <?= $cell_content->end() ?>156: <?= $props['image'] ?>160: <?= $content($props, $this->render('{$__dir}/template-content', compact('pr162: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>166: <?= $props['image'] ?>171: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.6: <?= $builder->render($child, ['element' => $props]) ?>14: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.20: <?= $el($props, $attrs) ?>22: <li class='el-item'><?= $builder->render($child, ['element' => $props]) ?></li>24: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>5: <iframe src='<?= $props['video'] ?>'></iframe>7: <video src='<?= $props['video'] ?>'></video>12: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl16: <p><?= $props['meta'] ?></p>20: <div><?= $props['content'] ?></div>24: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.73: <?= $meta($element, $props['meta']) ?>77: <?= $title($element) ?>79: <span class='uk-text-background'><?= $props['title'] ?></span>81: <span><?= $props['title'] ?></span>83: <?= $props['title'] ?>85: <?= $title->end() ?>89: <?= $meta($element, $props['meta']) ?>93: <?= $content($element, $props['content']) ?>97: <?= $meta($element, $props['meta']) ?>101: <?= $link_container($element, $link($element, $props['link_text'] ?: $elemePHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.165: <?= $pull_push($element) ?>169: <?= $kenburns($element) ?>172: <?= $props['image'] ? $image() : '' ?>173: <?= $props['video'] && !$props['image'] ? $video([], '') : '' ?>181: <?= $pull_push_overlay($element, '') ?>185: <div class='uk-position-cover' style='background-color:<?= $props['media_overlay'] ?>'></div>189: <?= $position($element) ?>190: <?= $overlay($element) ?>192: <?= $this->render('{$__dir}/template-content', compact('props')) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['background_image'] ?>' alt='<?= $props['background_image_alt'] 10: <?= $builder->render($child, ['element' => $props]) ?>18: <?= $builder->render($children[0], ['element' => $props]) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.26: <?= $el($props, $attrs) ?>29: <?= $props['background_image'] ? $image($props) : '' ?>32: <?= $this->render('{$__dir}/template-marker', ['child' => $child, 'props' =PHP short tags were found in file template-marker.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.47: <?= $marker_container($element) ?>50: <?= $marker($element, '') ?>53: <?= $marker_container->end() ?>56: <?= $drop($element, $builder->render($child)); ?>PHP short tags were found in file template-media.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.52: <?= $placeholder($element, !$props['image'] && $props['video'] ? '' : null)55: <?= $image($element, !$props['image'] && $props['video'] ? '' : null) // Cl58: <?= $hover_image($element) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <iframe src='<?= $props['video'] ?>'></iframe>8: <video src='<?= $props['video'] ?>'>14: <img src='<?= $props['hover_image'] ?>' alt=''>18: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl22: <p><?= $props['meta'] ?></p>26: <div><?= $props['content'] ?></div>30: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.59: <?= $meta($element, $props['meta']) ?>63: <?= $title($element) ?>65: <span class='uk-text-background'><?= $props['title'] ?></span>67: <span><?= $props['title'] ?></span>69: <?= $props['title'] ?>71: <?= $title->end() ?>75: <?= $meta($element, $props['meta']) ?>79: <?= $content($element, $props['content']) ?>83: <?= $meta($element, $props['meta']) ?>87: <?= $link_container($element, $link($element, $props['link_text'] ?: $elemePHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.92: <?= $helper($props) ?>95: <?= $el($element, $attrs) ?>97: <?= $this->render('{$__dir}/template-media', compact('props')) ?>100: <div class='uk-position-cover' style='background-color:<?= $props['media_overlay'] ?>'></div>104: <?= $overlay($element, '') ?>108: <?= $position($element, $content($element, $this->render('{$__dir}/template111: <?= $el->end() ?>114: <?= $helper->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.1: <a href='<?= $props['link'] ?>'><?= $this->e($props['link'], 'social') ?></a>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.49: <?= $link($element, $icon($element, '')) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.45: <?= $el($props, $attrs) ?>46: <?= $grid($props) ?>48: <?= $link($props, '') ?>50: <?= $cell_title($props) ?>51: <?= $title($props, $props['title']) ?>52: <?= $cell_title->end() ?>53: <?= $grid->end() ?>54: <?= $el->end() ?>56: <?= $el($props, $attrs, $link($props, '')) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <pre><code><?= $this->e($props['content']) ?></code></pre>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.13: <?= $el($props, $attrs) ?><code class='el-content'><?= $this->e($props['conPHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <a href='<?= $props['link'] ?>'><?= $props['content'] ?></a>8: <div><?= $props['content'] ?></div>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.126: <?= $grid($element) ?>127: <?= $cell_image($element, $props['image']) ?>129: <?= $content($element, $props['content'] ?: '') ?>133: <?= $content($element, $props['content'] ?: '') ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.4: <?= $props['content'] ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.4: <?= $props['content'] ?>9: <?= $props['footer'] ?>12: <cite><a href='<?= $props['link'] ?>'><?= $props['author'] ?></a></cite>14: <cite><?= $props['author'] ?></cite>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.24: <?= $el($props, $attrs) ?>26: <?= $props['content'] ?>31: <?= $props['footer'] ?>34: <cite class='el-author'><?= $props['link'] ? $link($props, $props['author']) : $props['author'] ?><40: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <iframe src='<?= $props['video'] ?>'></iframe>4: <video src='<?= $props['video'] ?>' poster='<?= $props['video_poster'] ?>'></video>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.73: <?= $el($props, $attrs) ?>76: <?= $decoration($props) ?>79: <?= $video($props, '') ?>82: <?= $decoration->end() ?>85: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <p><?= $props['location'] ?></p>6: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>10: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl14: <p><?= $props['meta'] ?></p>18: <div><?= $props['content'] ?></div>22: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.56: <?= $meta($element, [], $props['meta']) ?>60: <?= $title($element) ?>62: <span class='uk-text-background'><?= $props['title'] ?></span>64: <span><?= $props['title'] ?></span>66: <?= $props['title'] ?>68: <?= $title->end() ?>72: <?= $meta($element, $props['meta']) ?>76: <?= $content($element, $props['content']) ?>80: <?= $meta($element, $props['meta']) ?>84: <?= $link_container($element, $link($element, $props['link_text'] ?: $elemePHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.36: <?= $el($element) ?>38: <?= $props['image'] ?>40: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>42: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <a href='<?= $props['link'] ?>'><?= $props['content'] ?></a>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.16: <?= $link($element, [22: <a class='el-content uk-disabled'><?= $props['content'] ?></a>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.3: <li><?= $builder->render($child, ['element' => $props]) ?></li>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.25: <?= $el($props, $attrs) ?>26: <?= $grid($props) ?>29: <div><?= $builder->render($child, ['element' => $props]) ?></div>32: <?= $grid->end() ?>33: <?= $el->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>6: <<?= $element['title_element'] ?>><?= $props['title'] ?></<?= $element['titl10: <p><?= $props['meta'] ?></p>14: <div><?= $props['content'] ?></div>18: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?: $element['link_text'] ?><PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.91: <?= $grid($element) ?>92: <?= $cell_title($element) ?>96: <?= $meta($element, $props['meta']) ?>100: <?= $title($element) ?>102: <span class='uk-text-background'><?= $props['title'] ?></span>104: <span><?= $props['title'] ?></span>106: <?= $props['title'] ?>108: <?= $title->end() ?>112: <?= $meta($element, $props['meta']) ?>116: <?= $cell_title->end() ?>117: <?= $cell_content($element) ?>121: <?= $props['image'] ?>125: <?= $meta($element, $props['meta']) ?>129: <?= $content($element, $props['content']) ?>133: <?= $meta($element, $props['meta']) ?>137: <?= $link_container($element, $link($element, $props['link_text'] ?: $eleme141: <?= $cell_content->end() ?>142: <?= $grid->end() ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.114: <?= $el($element, $attrs) ?>118: <?= $grid($element) ?>119: <?= $cell_image($element, $props['image']) ?>120: <?= $cell_content($element) ?>123: <?= $content($element, $this->render('{$__dir}/template-content', compact('125: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>128: <?= $cell_content->end() ?>134: <?= $props['image'] ?>138: <?= $content($element, $this->render('{$__dir}/template-content', compact('140: <?= $this->render('{$__dir}/template-content', compact('props', 'link')) ?>144: <?= $props['image'] ?>149: <?= $el->end() ?>PHP short tags were found in file template-media.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.50: <?= $placeholder($props, !$props['image'] && $props['video'] ? '' : null) /53: <?= $image($props, !$props['image'] && $props['video'] ? '' : null) // Clos56: <?= $hover_image($props) ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.5: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>9: <img src='<?= $props['hover_image'] ?>' alt=''>13: <<?= $props['title_element'] ?>><?= $props['title'] ?></<?= $props['title_el17: <p><?= $props['meta'] ?></p>21: <div><?= $props['content'] ?></div>25: <p><a href='<?= $props['link'] ?>'><?= $props['link_text'] ?></a></p>PHP short tags were found in file template-content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.59: <?= $meta($props, $props['meta']) ?>63: <?= $title($props) ?>65: <span class='uk-text-background'><?= $props['title'] ?></span>67: <span><?= $props['title'] ?></span>69: <?= $props['title'] ?>71: <?= $title->end() ?>75: <?= $meta($props, $props['meta']) ?>79: <?= $content($props, $props['content']) ?>83: <?= $meta($props, $props['meta']) ?>87: <?= $link_container($props, $link($props, $props['link_text'])) ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.111: <?= $el($props, $attrs) ?>112: <?= $container($props) ?>115: <?= $image_container($props) ?>118: <?= $this->render('{$__dir}/template-media', compact('props')) ?>121: <div class='uk-position-cover' style='background-color:<?= $props['media_overlay'] ?>'></div>125: <?= $overlay($props, '') ?>129: <?= $position($props, $content($props, $this->render('{$__dir}/template-con133: <?= $image_container->end() ?>136: <?= $container->end() ?>PHP short tags were found in file content.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.2: <a href='<?= $props['link'] ?>'><img src='<?= $props['image'] ?>' alt='<?= $props['i4: <img src='<?= $props['image'] ?>' alt='<?= $props['image_alt'] ?>'>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.104: <?= $el($props, $attrs) ?>107: <?= $link($props, $image($props)) ?>109: <?= $decoration($props, $image($props)) ?>111: <?= $image($props) ?>116: <div id='<?= $connect_id ?>' class='uk-flex-top' uk-modal>119: <?= $lightbox ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.48: <?= $el($props, $attrs) ?>50: <form class='uk-form uk-panel js-form-newsletter' method='post'<?= $this->attrs($form) ?>>52: <?= $grid($props) ?>58: <div class='uk-child-width-1-2@s <?= $props['gap'] ? 'uk-grid-{$props['gap']}' : '' ?>' uk-grid>61: <div><?= $input($props, ['name' => 'first_name', 'placeholder' => ['{label_first62: <div><?= $input($props, ['name' => 'last_name', 'placeholder' => ['{label_last_n73: <div><?= $input($props, ['type' => 'email', 'name' => 'email', 'placeholder' => 74: <?= $this82: <?= $button($props, ['title' => ['{label_button}']], '') ?>83: <?= $input($props, ['type' => 'email', 'name' => 'email', 'placeholder' => 89: <input type='hidden' name='settings' value='<?= $settings ?>'>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.22: <?= $el($props, $attrs) ?>24: <?= $list($props) ?>29: <li><a href='<?= $item->link ?>'><?= $item->name ?></a></li>31: <li class='uk-disabled'><a><?= $item->name ?></a></li>33: <li><span><?= $item->name ?></span></li>38: <?= $list->end() ?>40: <?= $el->end() ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.51: <?= $el($props, $attrs) ?>53: <?= $form($props) ?>56: <?= $icon($props, '') ?>59: <?= $search($props) ?>61: <?= $form->end() ?>63: <?= $el->end() ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.29: <?= $el($props, $attrs) ?>32: <?= $title($props) ?>34: <span class='uk-text-background'><?= $widget->title ?></span>36: <span><?= $widget->title ?></span>38: <?= $widget->title ?>40: <?= $title->end() ?>43: <?= $widget->content ?>PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.12: <?= $el($props, $attrs) ?>PHP short tags were found in file BreadcrumbsWidget.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.45: <label for='<?= $this->get_field_id(48: <input type='text' name='<?= $this->get_field_name(50: ) ?>' value='<?= esc_attr($instance['title']) ?>' class='widefat' id='<?= $this->get_fie53: <input type='hidden' name='<?= $this->get_field_name('show_current') ?>' value=''>54: <input type='checkbox' name='<?= $this->get_field_name(56: ) ?>' class='widefat' id='<?= $this->get_field_id('show_current') ?>' value='1'<?= $instance['show_cu57: <label for='<?= $this->get_field_id(62: <input type='hidden' name='<?= $this->get_field_name('show_home') ?>' value=''>63: <input type='checkbox' name='<?= $this->get_field_name(65: ) ?>' class='widefat' id='<?= $this->get_field_id('show_home') ?>' value='1'<?= $instance['show_home'66: <label for='<?= $this->get_field_id(71: <label for='<?= $this->get_field_id(74: <input type='text' name='<?= $this->get_field_name(76: ) ?>' value='<?= esc_attr($instance['home_text']) ?>' class='widefat' id='<?= $this->getPHP short tags were found in file BuilderWidget.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.47: <label for='<?= $this->get_field_id('title') ?>'><?= __('Title', 'yootheme') ?>:</label48: <input id='<?= $this->get_field_id(50: ) ?>' class='input-title widefat' type='text' name='<?= $this->get_field_name('title') ?>' value='<?= esc_attr($settings['title54: <button class='button button-builder' type='button'><?= __(59: <?= __('Only available in Customizer.', 'yootheme') ?>61: <input class='input-content' type='hidden' name='<?= $this->get_field_name(63: ) ?>' value='<?= esc_attr($content) ?>' >PHP short tags were found in file template.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.20: <?= $el($props, $attrs) ?>22: <?= $list($props) ?>28: <li class='uk-active'><span><?= $page->text ?></span></li>32: <a href='<?= $page->link ?>' title='<?= $page->text ?>'>33: <span uk-pagination-<?= $key ?>></span>36: <a href='<?= $page->link ?>'><?= $page->text ?></a>40: <li class='uk-disabled'><span><?= $page->text ?></span></li>54: <a href='<?= $pagination['previous']->link ?>'><span uk-pagination-previous></span> 67: <a href='<?= $pagination['next']->link ?>'><?= $pagination['next']->text ?> <span uk74: <?= $list->end() ?>76: <?= $el->end() ?>PHP short tags were found in file comments.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.26: <?= $title($props) ?>34: <?= $title->end() ?>PHP short tags were found in file comment.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.11: <article id='comment-article-<?php comment_ID() ?>' class='<?= implode(' ', $classes) ?>' tabindex='-1'>17: <?= get_avatar($comment, $args['avatar_size']) ?>23: <a class='uk-link-reset' href='<?= esc_url(get_comment_link($comment, $args)) ?>'>
  5. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  9. I18N implementation : Proper use of ___all(Possible variable $config found in translation function in cookie.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in cookie.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in cookie.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in cookie.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in cookie.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in cookie.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in header-logo.php. Translation function calls should not contain PHP variables. Possible variable $config found in translation function in header-logo.php. Translation function calls should not contain PHP variables. Possible variable $options found in translation function in Breadcrumbs.php. Translation function calls should not contain PHP variables. Possible variable $id found in translation function in bootstrap.php. Translation function calls should not contain PHP variables. Possible variable $name found in translation function in MenuListener.php. Translation function calls should not contain PHP variables.
  10. CSS files : Presence of license typeLicense: is missing from style.css header.
  11. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  12. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  13. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  14. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  15. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  16. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  17. Screenshot : Screenshot fileScreenshot size is 800x600px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  9. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : bootstrap.php 7: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 106: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 34: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 124: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template-media.php 9: 11: 13: 46: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 91: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 116: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template-media.php 9: 11: 13: 46: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 57: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 32: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 94: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template-media.php 9: 11: 13: 44: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : template.php 107: If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes