undo temporary sync

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
Chris Abraham 2025-03-20 21:16:04 +07:00
parent ff7a2b2314
commit 8ed35623f6
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Lf_Mu {
// Example of how to run a sync locally on demand.
// $this->loader->add_action( 'init', $plugin_admin, 'sync_kcds' ); //phpcs:ignore.
$this->loader->add_action( 'init', $plugin_admin, 'sync_people' ); //phpcs:ignore.
// $this->loader->add_action( 'init', $plugin_admin, 'sync_people' ); //phpcs:ignore.
$this->loader->add_filter( 'dashboard_glance_items', $plugin_admin, 'custom_glance_items', 10, 1 );