Retrieves the default parameters.
Description
These are the parameters set in the route registration.
Source
public function get_default_params() {
return $this->params['defaults'];
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Retrieves the default parameters.
These are the parameters set in the route registration.
public function get_default_params() {
return $this->params['defaults'];
}
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.