| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | function strip_customize_register( $wp_customize ) { |
||
| 15 | $wp_customize->get_setting( 'blogname' ) ->transport = 'postMessage'; |
||
| 16 | $wp_customize->get_setting( 'blogdescription' ) ->transport = 'postMessage'; |
||
| 17 | $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; |
||
| 18 | $wp_customize->get_setting( 'background_image' )->transport = 'postMessage'; |
||
| 19 | $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'content_title_color', array( |
||
| 20 | 'label' => esc_html_x( 'Content Title Color', 'admin', 'strip' ), |
||
| 21 | 'section' => 'colors', |
||
| 22 | ) ) ); |
||
| 33 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths