BSF_Update_Manager::maybe_force_check_bsf_product_updates()
Force check BSF Product updates.
Description
Source
File: admin/bsf-core/class-bsf-update-manager.php
public function maybe_force_check_bsf_product_updates() { if ( true === bsf_time_since_last_versioncheck( 2, 'bsf_last_update_check' ) ) { global $ultimate_referer; $ultimate_referer = 'on-transient-delete-2-hours'; bsf_check_product_update(); update_option( 'bsf_last_update_check', (string) current_time( 'timestamp' ) ); } }
Expand full source code Collapse full source code View on Trac