Inventory_Presser_WP_All_Import::do_not_renumber_on_save()

Disable a feature that renumbers photos during vehicle saves.

On This Page


Return Return

(void)


Top ↑

Source Source

File: includes/integrations/class-wp-all-import.php

	public function do_not_renumber_on_save() {
		remove_action( 'save_post_' . INVP::POST_TYPE, array( 'Inventory_Presser_Photo_Numberer', 'renumber_photos' ), 10, 1 );
	}