Contents

BP_Background_Updater::complete()

Complete

Description

Override if applicable, but ensure that the below actions are performed, or, call parent::complete().

Source

File: bp-core/classes/class-bp-background-updater.php

		protected function complete() {
			error_log( 'Data update complete' );
			parent::complete();
		}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.