action_scheduler_stored_action, $action_id

action_scheduler_stored_action, $action_id

Hook Type: action

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

do_action('action_scheduler_stored_action, $action_id') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 133
    				}
    				throw new \RuntimeException( $wpdb->last_error ? $wpdb->last_error : __( 'Database error.', 'action-scheduler' ) );
    			}
    
    			do_action( 'action_scheduler_stored_action', $action_id );
    
    			return $action_id;
    		} catch ( \Exception $e ) {
    			/* translators: %s: error message */
    			throw new \RuntimeException( sprintf( __( 'Error saving action: %s', 'action-scheduler' ), $e->getMessage() ), 0 );
    		}