We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33395d6 commit af012efCopy full SHA for af012ef
src/Addons.php
@@ -52,7 +52,6 @@ public static function registerAddon(
52
*/
53
public static function getAll( string $type = 'all' ) : array {
54
global $wpdb;
55
- $addons = [];
56
57
$table_name = $wpdb->prefix . 'wp2static_addons';
58
0 commit comments