'No widget js is loaded on this page. Unless specified in the settings.', ); return $content; } /** * Page callback to test a page load with js loaded. * * @return array * Render array for this page. */ function addthis_test_with_js() { $content = array(); $content['explanation'] = array( '#markup' => 'Widget js is loaded on this page through hook_page_build().
', ); return $content; }