You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?php/*Plugin Name: BusTripPlugin URI: https://github.com/VVDev/BusTrip--WordPress-pluginDescription: BusTrip- Wordpress plugin per il portale web di un azienda di servizi per la mobilità.Version: BETA 0.1Author: Unisa GPS TEAM License: GPLv2 or laterVisualizzazione delle news;Cerca per linea;Cerca per fermata;Programma viaggio;Calcola biglietto. *Unisa GPS Team* */if (!wp_script_is('bustrip', 'enqueued')): wp_register_script('bustrip', plugin_dir_url(__FILE__) . 'js/bustrip.js', array('jquery'), '1.0.0'); wp_enqueue_script('bustrip');else:endif; function BusTripShortcode() { $a= include 'Index.html'; return '<p>made with ❤ by UNISA GPS TEAM</p>';}add_shortcode('bustrip', 'BusTripShortcode');