| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php //phpcs:ignore |
||
| 29 | public function load() { |
||
| 30 | // This will be used as a check if we have already loaded the plugin. |
||
| 31 | if ( defined( 'Jetpack_Core_Loaded' ) ) { return; } |
||
| 32 | define( 'Jetpack_Core_Loaded', true ); |
||
| 33 | |||
| 34 | // Change site title. |
||
| 35 | add_filter( 'bloginfo', array( $this, 'change_title' ), 10, 2 ); |
||
| 36 | } |
||
| 37 | |||
| 53 | }); |