View file plugins/dislike/info.php

File size: 253B
<?php
// Plugin Name
$name = 'Dislike';

// Plugin Author
$author = 'phpSocial';

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

// Plugin Version
$version = '1.1.2';

// Plugin Type
$type = '789';

// Plugin Priority
$priority = 0;
?>