| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace EmailLog\Addon; |
||
| 11 | class Upseller implements Loadie { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Load all hooks. |
||
| 15 | * |
||
| 16 | * @inheritdoc |
||
| 17 | */ |
||
| 18 | public function load() { |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Renders Upsell message for Auto delete logs add-on. |
||
| 24 | * |
||
| 25 | * @since 2.4.0 |
||
| 26 | */ |
||
| 27 | public function render_auto_delete_logs_addon_upsell_message() { |
||
| 43 |