/var/www/hkosl.com/aga/wp-content/plugins/so-widgets-bundle/widgets/features/inc/containers.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

return array(
    
"" => "none",
    
"round" => "round",
    
"sticker" => "sticker",
    
"rounded-sticker" => "rounded-sticker",
    
"square" => "square",
    
"rounded-square" => "rounded-square",
    
"rounded-hex" => "rounded-hex",
    
"octagon" => "octagon",
    
"hex" => "hex",
    
"frame" => "frame",
    
"explode" => "explode",
);