| @@ -467,11 +467,9 @@ | ||
| 467 | 467 | } |
| 468 | 468 | |
| 469 | 469 | protected function get_customify_field_data( $option_key, $step_id ) { |
| 470 | 470 | |
| 471 | - global $pixcustomify_plugin; | |
| 472 | - | |
| 473 | - $options = $pixcustomify_plugin->get_options_configs(); | |
| 471 | + $options = PixCustomifyPlugin()->get_options_configs(); | |
| 474 | 472 | |
| 475 | 473 | if ( ! isset( $options[ $option_key ] ) ) { |
| 476 | 474 | wp_send_json_error( 'inexistent key' ); |
| 477 | 475 | } |