Add code comment to private method
This commit is contained in:
parent
b88d8e855d
commit
fd6cb0edbe
|
@ -44,6 +44,11 @@ class MiniCartInteractivity extends AbstractBlock {
|
|||
return $cart;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the interactivity namespace attribute.
|
||||
*
|
||||
* @return string|false
|
||||
*/
|
||||
private function get_interactivity_namespace_attribute() {
|
||||
return wp_json_encode(
|
||||
array( 'namespace' => $this->get_full_block_name() ),
|
||||
|
|
Loading…
Reference in New Issue