Lines:
1 to 14 of 14
<?php /** * Mapbox API helper. * * @package jetpack */ /* class Jetpack_Mapbox_Helper */ /* function Jetpack_Mapbox_Helper::get_access_token() – Get the site’s own Mapbox access token if set, or the WordPress.com’s one otherwise. */ /* function Jetpack_Mapbox_Helper::is_wpcom() – Check if we’re in WordPress.com. */ /* function Jetpack_Mapbox_Helper::get_wpcom_site_id() – Get the current site’s WordPress.com ID. */ /* function Jetpack_Mapbox_Helper::format_access_token() – Format an access token and its source into an array. */