2021 Top 4 Best Upcoming Flagship Smartphones : which are the best mobile phones for you..?

Image
  Hi here are the top 8 best upcoming flagship smartphones of 2021 with high-end level features improved cameras stunning design and many other next-generation technologies will be applied that you will really enjoy also the price and the release date of the smartphones are discussed. Number four Asus Zenfone 8 Number three OnePlus 9 Number two Huawei P50 Number one Apple iPad Pro 12.9

Get the First Image from the Post and Display it.

The given PHP example allows you to automatically get the first image from the current post,
and display it into WordPress.
<?php
function catch_that_image() {
global $post, $posts;
$first_img = '';
ob_start();
ob_end_clean();
$output = preg_match_all('//i', $post->post_content, $matches);
$first_img = $matches [1] [0];

if(empty($first_img)){ //Defines a default image
$first_img = "/images/default.jpg";
}
return $first_img;
}
echo catch_that_image();
?>

Comments

Popular posts from this blog

Import UTF-8 languages from Excel to Database using PHP

Unlink file in CodeIgniter

2021 Top 4 Best Upcoming Flagship Smartphones : which are the best mobile phones for you..?