add meta title EOL
This commit is contained in:
@@ -574,7 +574,7 @@ function custom_meta_tags() {
|
|||||||
$og_tags .= '<meta property="og:url" content="' . esc_url($current_url) . '" />' . PHP_EOL;
|
$og_tags .= '<meta property="og:url" content="' . esc_url($current_url) . '" />' . PHP_EOL;
|
||||||
}
|
}
|
||||||
if (!empty($title)) {
|
if (!empty($title)) {
|
||||||
$meta_tags .= '<title>' . esc_html($title) . '</title>';
|
$meta_tags .= '<title>' . esc_html($title) . '</title>'. PHP_EOL;
|
||||||
$og_tags .= '<meta property="og:title" content="'. esc_html($title) .'" />'. PHP_EOL;
|
$og_tags .= '<meta property="og:title" content="'. esc_html($title) .'" />'. PHP_EOL;
|
||||||
}
|
}
|
||||||
if (!empty($description)) {
|
if (!empty($description)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user