_completed

_completed

Hook Type: action

See hook in core

Displaying hooks found in version: wp-stateless.4.0.3

do_action('_completed') is found 1 times:

  • /lib/ns-vendor/classes/deliciousbrains/wp-background-processing/classes/wp-background-process.php line 633
    	/**
    	 * Called when background process has completed.
    	 */
    	protected function completed() {
    		do_action( $this->identifier . '_completed' );
    	}
    
    	/**
    	 * Schedule the cron healthcheck job.
    	 *
    	 * @access public