_resumed
_resumed
Appears in: wp-stateless.3.2.4, wp-stateless.3.2.5, wp-stateless.4.0.3, wp-stateless.4.0.4, wp-stateless.4.1.1, wp-stateless.4.1.2
Hook Type: action
Displaying hooks found in version: wp-stateless.4.1.2do_action('_resumed') is found 1 times:
- /lib/ns-vendor/classes/deliciousbrains/wp-background-processing/classes/wp-background-process.php line 266
/** * Called when background process has been resumed. */ protected function resumed() { do_action( $this->identifier . '_resumed' ); } /** * Is queued? * * @return bool