Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
Chris Abraham 2025-02-24 17:53:36 +07:00
parent cd53be8fda
commit e665f010e8
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 );