PluginProbe
Customify / 2.1.1
Customify v2.1.1
2.10.9 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.7.1 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.6.0 1.6.0.1 1.6.5 1.7.0 1.7.1 All 77 releases
← All changes | features/class-Customify_Importer.php +1 -3 1.4.12.1.1 View file →
@@ -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 }