get( 'Description' ) ); array_pop( $appliances_store_description ); $appliances_store_description = implode( '. ', $appliances_store_description ); echo esc_html( $appliances_store_description . '.' ); ?>
';
foreach ( $changelog_array as $value) {
// Replace all enter (\n) elements with , opening and closing span will be added in next process.
$value = preg_replace( '/\n+/', '', $value );
// Add openinf and closing div and span, only first span element will have heading class.
$value = '= ' . $value . '';
// Remove empty element which newr formed at the end.
$changelog .= str_replace( '', '', $value );
}
$changelog .= '';
return wp_kses_post( $changelog );
}
/**
* Import Demo data for theme using catch themes demo import plugin
*/
function appliances_store_free_vs_pro() {
?>