Skip to content

Commit

Permalink
✨ fixes filter name for 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfazioli committed Dec 22, 2024
1 parent add1eac commit 804f628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/bin/bones
Original file line number Diff line number Diff line change
Expand Up @@ -1879,12 +1879,12 @@ namespace Bones {
}

/**
* Filter the list of files and folders to skip during the deployment.
* Filter the default list of files and folders to skip during the deployment.
*
* @since 1.9.0
* @param array $array The files and folders are relative to the root of plugin.
*/
$this->skipWhenDeploy = apply_filters('wpbones_console_deploy_skip_files_folders', [
$this->skipWhenDeploy = apply_filters('wpbones_console_deploy_default_skip_files_folders', [
'/.git',
'/.cache',
'/assets',
Expand Down

0 comments on commit 804f628

Please sign in to comment.