1 | <?php |
||
20 | class Upgrade_To_Premium implements Meta_Box { |
||
21 | |||
22 | /** |
||
23 | * Output HTML. |
||
24 | * |
||
25 | * @since 3.1.6 |
||
26 | * |
||
27 | * @param \WP_Post $post |
||
28 | */ |
||
29 | public static function html( $post ) { |
||
32 | |||
33 | /** |
||
34 | * Save settings. |
||
35 | * |
||
36 | * @since 3.1.6 |
||
37 | * |
||
38 | * @param int $post_id |
||
39 | * @param \WP_Post $post |
||
40 | */ |
||
41 | public static function save( $post_id, $post ) { |
||
44 | |||
45 | } |
||
46 |