apply_filters( 'bigcommerce/import/strategy/term/needs_refresh', bool $response, int $term_id, array $bc_term, string $version )

Summary

Filter whether the term should be refreshed


Parameters

$response

(bool) Whether the term should be refreshed

$term_id

(int) The ID of the term

$bc_term

(array) The term data from the API

$version

(string) The version of the importer


Source

File: src/BigCommerce/Import/Importers/Terms/Term_Strategy_Factory.php


User Contributed Notes

You must log in before being able to contribute a note or feedback.