| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php // phpcs:ignore |
||
| 29 | public function __construct() { |
||
| 30 | add_action( 'jetpack_activate_module_external-media', array( $this, 'activate_module' ) ); |
||
| 31 | add_action( 'jetpack_deactivate_module_external-media', array( $this, 'deactivate_module' ) ); |
||
| 32 | add_action( 'jetpack_register_gutenberg_extensions', array( $this, 'register_extension' ) ); |
||
| 33 | } |
||
| 34 | |||
| 62 |