Skip to content

Developer Hooks

kharbiyanov edited this page Dec 17, 2020 · 5 revisions

Filter Hooks

add_filter( 'billz_wp_sync_disable_updating_sku', function () { return true; } );

Clone this wiki locally