Conditions | 3 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | public function print_scripts() { |
||
25 | if ( ! $this->store || ! is_a( $this->store, 'Carbon_Fields\\Datastore\\Theme_Options_Datastore' ) ) { |
||
26 | return; |
||
27 | } |
||
28 | |||
29 | echo get_option( $this->name ); |
||
1 ignored issue
–
show
|
|||
30 | } |
||
31 | |||
42 |