PluginProbe
Kubio AI Page Builder / 1.7.0
Kubio AI Page Builder v1.7.0
2.9.1 2.9.0 2.8.6 2.8.5 2.8.4 2.8.3 2.8.2 2.8.1 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.6.0 All 70 releases
kubio / lib / src / Core / InnerBlocks.php

InnerBlocks.php in Kubio AI Page Builder 1.7.0, at lib/src/Core/InnerBlocks.php

12 lines 149 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Kubio\Core;
4
5 class InnerBlocks {
6 function __construct( $separators ) {}
7 function __toString() {
8 return '<InnerBlocks/>';
9 }
10 }
11
12