Advertisement
wclovers

Untitled

Mar 3rd, 2022
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. add_filter( 'wcfm_product_manage_fields_general', function( $fields, $product_id, $product_type, $wcfm_is_translated_product = false, $wcfm_wpml_edit_disable_element = '' ) {
  2.     if( isset( $fields['is_catalog'] ) ) {
  3.         $fields['is_catalog']['dfvalue'] != 'yes';
  4.     }
  5.     return $fields;
  6. }, 101, 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement