Skip to content

Commit 6e4224f

Browse files
improved comments
1 parent 35ca5a0 commit 6e4224f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

classes/Visualizer/Render.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,13 @@ public function render() {
153153

154154
/**
155155
* Checks if the request is from Gutenberg.
156+
*
157+
* This happens when the chart is being added to a gutenberg block by inserting a visualizer block.
156158
*
157159
* @since ?
158160
*
159161
* @access protected
162+
* @return bool
160163
*/
161164
protected function is_request_from_gutenberg() {
162165
global $post;

0 commit comments

Comments
 (0)