_cancelled

_cancelled

Hook Type: action

See hook in core

Displaying hooks found in version: wp-stateless.4.0.3

do_action('_cancelled') is found 1 times:

  • /lib/ns-vendor/classes/deliciousbrains/wp-background-processing/classes/wp-background-process.php line 204
    	/**
    	 * Called when background process has been cancelled.
    	 */
    	protected function cancelled() {
    		do_action( $this->identifier . '_cancelled' );
    	}
    
    	/**
    	 * Pause job on next batch.
    	 */
    	public function pause() {