Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Empty file
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Dec 19, 2019
1 parent bc69bfe commit 580c577
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// Silence is golden.
14 changes: 14 additions & 0 deletions uninstall.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
/**
* Unistall Social Network Widget.
* Fired when the plugin is uninstalled.
*
* @author Mahdi Yazdani
* @package Social Network
* @since 1.0.0
*/

// If uninstall not called from WordPress, then exit.
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
} // End If Statement

0 comments on commit 580c577

Please sign in to comment.