Inventory_Presser_WP_All_Import::add_hooks()
Source
File: includes/integrations/class-wp-all-import.php
public function add_hooks() { // Help save options in a multi-valued meta field add_action( 'pmxi_update_post_meta', array( $this, 'detect_piped_options' ), 10, 3 ); // Mark imported vehicles as "For Sale" in the Availability taxonomy add_action( 'pmxi_saved_post', array( $this, 'set_availability_for_sale' ), 10, 3 ); }
Expand full source code Collapse full source code View on Github