Skip to content

Developer Hooks

kharbiyanov edited this page Dec 24, 2020 · 5 revisions

Filter Hooks

add_filter( 'billz_wp_sync_disable_updating_product_sku', '__return_true' );
add_filter( 'billz_wp_sync_disable_updating_product_images', '__return_true' );
add_filter( 'billz_wp_sync_disable_updating_product_name', '__return_true' );
add_filter( 'billz_wp_sync_disable_updating_product_description', '__return_true' );
add_filter( 'billz_wp_sync_disable_updating_product_short_description', '__return_true' );
add_filter( 'billz_wp_sync_disable_updating_product_attributes', '__return_true' );
add_filter( 'billz_wp_sync_disable_updating_product_categories', '__return_true' );
add_filter( 'billz_wp_sync_disable_updating_product_taxonomies', '__return_true' );
add_filter( 'billz_wp_sync_merge_product_categories', '__return_true' );

Clone this wiki locally