PHP Classes

File: uninstall.php

Recommend this page to a friend!
  Classes of Joko Prasetyo   WP Back to top button   uninstall.php   Download  
File: uninstall.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WP Back to top button
Insert a back to the top button in posts' footer
Author: By
Last change:
Date: 15 days ago
Size: 111 bytes
 

Contents

Class file image Download
<?php
// if uninstall.php is not called by WordPress, die
if (!defined('WP_UNINSTALL_PLUGIN')) {
    die;
}

?>