Inventory_Presser_KBB_Widget::images()
Creates an array of available images, but only contains one so far
Return Return
(array)
Source Source
File: includes/widget/class-widget-kbb.php
protected function images() {
return array(
'default' => array(
'text' => __( 'Bordered Rectangle', 'inventory-presser' ),
'img' => 'kelley-blue-book.jpg',
),
);
}
Expand full source codeCollapse full source codeView on Github