Constructor.
Description
See also
Parameters
- $prefix
-
(string) (Required) Instance prefix.
- $services
-
(array) (Required) Array of service instances.
- 'taxonomies'
(Taxonomy_Manager) The taxonomy manager class instance. - 'error_handler'
(Error_Handler) The error handler instance.
- 'taxonomies'
Source
File: src/components/form-upload-manager.php
public function __construct( $prefix, $services ) { $this->set_prefix( $prefix ); $this->set_services( $services ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |