Closed GrayofD4 closed 8 years ago
either array:
$skivdivchunks['Home1'] = array( 'id' => 'homechunk-one', 'class' => 'one_third textleft', 'autop' => 'no', 'icon' => 'img/batturd.png' ); // & [shortcode config='home1' /]
or with add_filters or extend class???
This is essentially what happens with the KEY attr when mixed with filters. It allows an extra mount of control through PHP side
either array:
or with add_filters or extend class???