Retrieves parameters from the route itself.
Description
These are parsed from the URL using the regex.
Source
public function get_url_params() {
return $this->params['URL'];
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Retrieves parameters from the route itself.
These are parsed from the URL using the regex.
public function get_url_params() {
return $this->params['URL'];
}
Version | Description |
---|---|
4.4.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Return a custom field with featured the image html and set image size based on URL params: