Skip to content

Commit

Permalink
Stop synching Community programs as requested
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jun 13, 2024
1 parent 2cc0189 commit bc7d3a8
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ private function define_admin_hooks() {
wp_schedule_event( time(), 'twicedaily', 'lf_sync_projects' );
}

// Sync programs with https://community.cncf.io/.
$this->loader->add_action( 'cncf_sync_programs', $plugin_admin, 'sync_programs' );
if ( ! wp_next_scheduled( 'cncf_sync_programs' ) ) {
wp_schedule_event( time(), 'twicedaily', 'cncf_sync_programs' );
}

// Get video views from YouTube for online programs.
$this->loader->add_action( 'cncf_get_program_views', $plugin_admin, 'get_program_views' );
if ( ! wp_next_scheduled( 'cncf_get_program_views' ) ) {
Expand Down

0 comments on commit bc7d3a8

Please sign in to comment.