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 /** * @file plugins/generic/socialMetatags/index.php * * Copyright (c) 2016 Carlos Cesar Caballero Diaz * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * @ingroup plugins_generic_socialMetatags * @brief Wrapper for Social Metatags generic plugin. * */require_once('SocialMetatagsPlugin.inc.php');return new SocialMetatagsPlugin();?>