Skip to content

Commit

Permalink
Remove boilerplate code
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Fusco committed Aug 5, 2020
1 parent 8a7b214 commit c69b5ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
20 changes: 0 additions & 20 deletions lib/Activator.php

This file was deleted.

20 changes: 0 additions & 20 deletions lib/Deactivator.php

This file was deleted.

12 changes: 0 additions & 12 deletions widen-media.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@
*/
require_once __DIR__ . '/inc/autoload.php';

/**
* The code that runs during plugin activation.
* This action is documented in lib/Activator.php
*/
register_activation_hook( __FILE__, __NAMESPACE__ . '\Activator::activate' );

/**
* The code that runs during plugin deactivation.
* This action is documented in lib/Deactivator.php
*/
register_deactivation_hook( __FILE__, __NAMESPACE__ . '\Deactivator::deactivate' );

/**
* Begins execution of the plugin.
*/
Expand Down

0 comments on commit c69b5ee

Please sign in to comment.