Skip to content

Commit

Permalink
Remove plugin update code
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Jul 25, 2024
1 parent 6c5cb45 commit 885d37c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 181 deletions.
175 changes: 0 additions & 175 deletions admin/update/wordpress-plugin-boilerplate-update.php

This file was deleted.

6 changes: 0 additions & 6 deletions includes/class-wordpress-plugin-boilerplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,6 @@ private function define_admin_hooks() {
$this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_styles' );

$this->loader->add_action( 'admin_enqueue_scripts', $plugin_admin, 'enqueue_scripts' );

/**
* For plugin update
*/
$plugin_update = new Wordpress_Plugin_Boilerplate_Update( $this->get_plugin_name(), $this->get_version() );
$this->loader->add_action( 'admin_init', $plugin_update, 'setup_updater' );

/**
* Add the Plugin Main Menu
Expand Down

0 comments on commit 885d37c

Please sign in to comment.