Removes the service hooks.
Description
See also
Source
File: src/db-objects/forms/form-manager.php
public function remove_hooks() { if ( $this->hooks_added ) { remove_shortcode( "{$this->get_prefix()}form" ); remove_shortcode( 'form' ); } return parent::remove_hooks(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |