inc/helpers/dashboard.php
@@ -78,7 +78,7 @@ $types = get_post_meta($postID, BASE.'content_types', true); if ($types === '') { $types = []; $link = (int) get_post_meta($postID, BASE.'link', true); $link = (int) get_post_meta($postID, BASE.'profile_link', true); if ($link === '' || !is_numeric($link)) { return $types; }