Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
raftaar1191 committed Oct 20, 2023
1 parent 8667f61 commit 3b7bd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/licenses-update/plugin-update-checker/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
function wordpress_plugin_boilerplate_plugins_update_checker_github( $packages ) {

$packages[1000] = array(
'repo' => 'https://github.com/acrosswp/acrosswp-testing-plugin-update',
'repo' => 'https://github.com/acrosswp/wordpress-plugin-boilerplate',
'file_path' => WORDPRESS_PLUGIN_BOILERPLATE_FILES,
'plugin_name_slug' => WORDPRESS_PLUGIN_BOILERPLATE_PLUGIN_NAME_SLUG,
'release_branch' => 'main'
);

return $packages;
}
add_filter( 'acrosswp_plugins_update_checker_github', 'wordpress_plugin_boilerplate_plugins_update_checker_github', 100, 1 );
add_filter( 'acrosswp_plugins_update_checker_github', 'wordpress_plugin_boilerplate_plugins_update_checker_github', 100, 1 );

0 comments on commit 3b7bd1b

Please sign in to comment.