core->db->start( 'aioseo_blc_posts' ) ->where( 'post_id', $postId ) ->run() ->model( 'AIOSEO\\BrokenLinkChecker\\Models\\Post' ); if ( ! $post->exists() ) { $post->post_id = $postId; } return $post; } }