WIP
This commit is contained in:
@@ -94,7 +94,7 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
"shortcodes" => [
|
"shortcodes" => [
|
||||||
"vc_row" => function ($attr) {
|
"vc_roww" => function ($attr) {
|
||||||
$text = $attr["text"] ?? "";
|
$text = $attr["text"] ?? "";
|
||||||
return "<div class='row'>".$text."</div>";
|
return "<div class='row'>".$text."</div>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user