' ', 1 => ' ', 2 => ' ', 3 => ' ', 4 => ' ', 5 => ' ', 6 => ' ', // 7 => ' ', 8 => ' ', 9 => ' ', 10 => ' ', 11 => ' ', ); $items = array_rand($array, 3); $item1 = isset($array[$items[0]]) ? $array[$items[0]] : 0; $item2 = isset($array[$items[1]]) ? $array[$items[1]] : 1; $item3 = isset($array[$items[2]]) ? $array[$items[2]] : 2; $url1 = esc_url('https://books.perishablepress.com/'); $url2 = esc_url('https://plugin-planet.com/store/'); $url3 = esc_url('https://monzillamedia.com/donate.html'); $title1 = esc_html__('Perishable Press Books', 'ga-google-analytics'); $title2 = esc_html__('Plugin Planet: Pro WordPress Plugins', 'ga-google-analytics'); $title3 = esc_html__('Donate via PayPal, credit card, or cryptocurrency', 'ga-google-analytics'); $link1 = ' '. esc_html__('books', 'ga-google-analytics') .' '; $link2 = ' '. esc_html__('plugins', 'ga-google-analytics') .', '; $link3 = ' '. esc_html__('donation', 'ga-google-analytics') .'. '; $message = esc_html__('Thank you for using', 'ga-google-analytics') .' '. $plugin_project .'! '; $message .= esc_html__('Please show support by purchasing one of my', 'ga-google-analytics') . $link1; $message .= esc_html__('or', 'ga-google-analytics') . $link2 . esc_html__('or by making a', 'ga-google-analytics') . $link3; $message .= esc_html__('Your generous support helps to ensure future development of', 'ga-google-analytics') .' '. $plugin_project .' '; $message .= esc_html__('and is greatly appreciated.', 'ga-google-analytics'); $donate = esc_html__('Any size donation helps me to continue developing this free plugin and other awesome WordPress resources.', 'ga-google-analytics'); ?>