_resumed

_resumed

Hook Type: action

See hook in core

Displaying hooks found in version: wp-stateless.4.0.3

do_action('_resumed') is found 1 times:

  • /lib/ns-vendor/classes/deliciousbrains/wp-background-processing/classes/wp-background-process.php line 251
    	/**
    	 * Called when background process has been resumed.
    	 */
    	protected function resumed() {
    		do_action( $this->identifier . '_resumed' );
    	}
    
    	/**
    	 * Is queued?
    	 *
    	 * @return bool