Inventory_Presser_KBB_Widget::images()

Creates an array of available images, but only contains one so far


Return Return

(array)


Top ↑

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',
			),
		);
	}