Skip to content

Commit

Permalink
Update filter docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
kraftbj committed Sep 20, 2024
1 parent 99e805e commit d91e504
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/plugins/jetpack/class.jetpack-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,12 @@ public static function should_load() {
}

/**
* Filter to disable Gutenberg blocks
* Filter to enable Gutenberg blocks.
*
* Defaults to true if (connected or in offline mode) and the Blocks module is active.
*
* @since 6.5.0
* @since $$next-version$$ Filter is able to activate or deactivate Gutenberg blocks.
*
* @param bool true Whether to load Gutenberg blocks
*/
Expand Down

0 comments on commit d91e504

Please sign in to comment.