Skip to content

Commit

Permalink
Adjust feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Dec 13, 2024
1 parent 3fb9aee commit 7d4bd1c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions includes/api/class-bc-cms-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -780,14 +780,16 @@ public function fetch_folders() {
}

/**
* Filter the videos folders.
* Filters the video folders.
*
* @since 2.8.8
*
* @param array $folders Array of folder ID and name.
* @param int $account_id The account ID.
* @param array $folders An array of folders.
* @param int $account_id The ID of the account.
*
* @return array The modified array of folders.
*/
return apply_filters( 'brightcove_videos_folders', $folders, $this->get_account_id() );
return apply_filters( 'brightcove_video_folders', $folders, $this->get_account_id() );
}

/**
Expand Down

0 comments on commit 7d4bd1c

Please sign in to comment.