@@ -313,8 +313,6 @@ function( $pm ) {
313
313
$ aviary_api_key = isset ( $ _REQUEST ['aviary_api_key ' ] ) ? sanitize_text_field ( $ _REQUEST ['aviary_api_key ' ] ) : '' ;
314
314
$ productmeta_style = isset ( $ _REQUEST ['productmeta_style ' ] ) ? sanitize_text_field ( $ _REQUEST ['productmeta_style ' ] ) : '' ;
315
315
$ productmeta_js = isset ( $ _REQUEST ['productmeta_js ' ] ) ? sanitize_text_field ( $ _REQUEST ['productmeta_js ' ] ) : '' ;
316
- $ productmeta_categories = isset ( $ _REQUEST ['productmeta_categories ' ] ) ? sanitize_textarea_field ( $ _REQUEST ['productmeta_categories ' ] ) : '' ;
317
-
318
316
319
317
if ( strlen ( $ productmeta_name ) > 50 ) {
320
318
$ resp = array (
@@ -331,7 +329,6 @@ function( $pm ) {
331
329
'send_file_attachment ' => $ send_file_attachment ,
332
330
'show_cart_thumb ' => $ show_cart_thumb ,
333
331
'aviary_api_key ' => trim ( $ aviary_api_key ),
334
- 'productmeta_categories ' => $ productmeta_categories ,
335
332
'the_meta ' => $ product_meta ,
336
333
'productmeta_created ' => current_time ( 'mysql ' ),
337
334
);
@@ -476,7 +473,6 @@ function( $pm ) {
476
473
$ aviary_api_key = isset ( $ _REQUEST ['aviary_api_key ' ] ) ? sanitize_text_field ( $ _REQUEST ['aviary_api_key ' ] ) : '' ;
477
474
$ productmeta_style = isset ( $ _REQUEST ['productmeta_style ' ] ) ? sanitize_text_field ( $ _REQUEST ['productmeta_style ' ] ) : '' ;
478
475
$ productmeta_js = isset ( $ _REQUEST ['productmeta_js ' ] ) ? sanitize_text_field ( $ _REQUEST ['productmeta_js ' ] ) : '' ;
479
- $ productmeta_categories = isset ( $ _REQUEST ['productmeta_categories ' ] ) ? sanitize_textarea_field ( $ _REQUEST ['productmeta_categories ' ] ) : '' ;
480
476
481
477
if ( strlen ( $ productmeta_name ) > 50 ) {
482
478
$ resp = array (
@@ -493,7 +489,6 @@ function( $pm ) {
493
489
'send_file_attachment ' => $ send_file_attachment ,
494
490
'show_cart_thumb ' => $ show_cart_thumb ,
495
491
'aviary_api_key ' => trim ( $ aviary_api_key ),
496
- 'productmeta_categories ' => $ productmeta_categories ,
497
492
'the_meta ' => $ product_meta ,
498
493
);
499
494
if ( ! ppom_is_legacy_user () ) {
0 commit comments