File manager - Edit - /home/adiance/public_html/wp-content/themes/realfactory/content/content-thumbnail-image.php
Back
<?php /** * The template part for displaying the video post format thumbnail */ global $pages; if( preg_match('#^<a.+<img.+/></a>|^<img.+/>#', $pages[0], $match) ){ $post_format_image = $match[0]; }else if( preg_match('#^https?://\S+#', $pages[0], $match) ){ $post_format_image = gdlr_core_get_image($match[0]); } if( !empty($post_format_image) ){ echo '<div class="realfactory-single-article-thumbnail realfactory-media-image" >'; echo gdlr_core_escape_content($post_format_image); echo '</div>'; $pages[0] = substr($pages[0], strlen($match[0])); }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.08 |
proxy
|
phpinfo
|
Settings