1 | <?php |
||
10 | class WPInv_Checkout_Widget extends WP_Super_Duper { |
||
11 | |||
12 | /** |
||
13 | * Register the widget with WordPress. |
||
14 | * |
||
15 | */ |
||
16 | public function __construct() { |
||
47 | |||
48 | /** |
||
49 | * The Super block output function. |
||
50 | * |
||
51 | * @param array $args |
||
52 | * @param array $widget_args |
||
53 | * @param string $content |
||
54 | * |
||
55 | * @return mixed|string|bool |
||
56 | */ |
||
57 | public function output( $args = array(), $widget_args = array(), $content = '' ) { |
||
62 | |||
63 | } |