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