Add manual refresh plugin action

This commit is contained in:
Cooper Dalrymple
2026-01-21 20:12:49 -06:00
parent d29ecf01b3
commit ed82ea7ad9
2 changed files with 70 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ final class Sort extends Plugin {
$this->add_files([
'inc/class-settings.php',
'inc/class-sort.php',
'inc/class-refresh.php',
]);
}