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