Modify importing data while plugin WordPress Import Export work

1. Add function on function.php or other method: function increase_price( $data = [],$content=»» ) { $data1= isset( $data[ «price_in» ] ) ? $data[ «price_in» ] : 1; return $data1 * 1.08; } 2. In field add shortcod: [wpie_function custom_function=»increase_price» price_in=»{price[1]}»]   More info — https://plugins.vjinfotech.com/wordpress-import-export/documentation/add-shortcode/

Modify importing data while plugin WordPress Import Export work Читать далее »