\King_Addons\Smart_Links\Smart_Links::POST_TYPE, 'post_status' => 'publish', 'posts_per_page' => -1, 'orderby' => 'title', 'order' => 'ASC', ]); $totals = $service->get_total_stats($link_id, $date_from, $date_to); $daily = $service->get_daily_stats($link_id, $date_from, $date_to); $top_links = $service->get_top_links(10, $date_from, $date_to); $link_label = ''; if ($link_id) { $selected_link = $service->get_link($link_id); $link_label = $selected_link ? $selected_link->post_title : ''; } $base_url = admin_url('admin.php?page=king-addons-smart-links&view=analytics'); ?>