Skip to content

Commit

Permalink
Add docblock for filter
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder committed Aug 11, 2022
1 parent 432df36 commit 78b7a96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/docker/mu-plugins/01-monorepo.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ class Monorepo {
* Class constructor.
*/
public function __construct() {
/**
* Filter the monorepo path for development environments.
*
* @since $$next-version$$
*
* @param string $path Monorepo file path.
*/
$this->monorepo = apply_filters( 'jetpack_monorepo_path', '/usr/local/src/jetpack-monorepo/' );
$this->plugins = $this->monorepo . 'projects/plugins/';
$this->packages = $this->monorepo . 'projects/packages/';
Expand Down

0 comments on commit 78b7a96

Please sign in to comment.