View file plugins/social_share/info.php

File size: 259B
<?php
// Plugin Name
$name = 'Social Share';

// Plugin Author
$author = 'phpSocial';

// Plugin URL
$url = 'https://phpsocial.com';

// Plugin Version
$version = '1.0.7';

// Plugin Type
$type = '789';

// Plugin Priority
$priority = 10;
?>