Function __global->push_no_keep_context
Definitions
sources/urls.php
- Place a global marker as to whether we're skipping keep parameters.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $setting | boolean | No | No | True | N/A | N/A | Temporary setting |
Preview
Code (PHP)
/**
* Place a global marker as to whether we're skipping keep parameters.
*
* @param boolean $setting Temporary setting
*/
function push_no_keep_context(bool $setting = true)
* Place a global marker as to whether we're skipping keep parameters.
*
* @param boolean $setting Temporary setting
*/
function push_no_keep_context(bool $setting = true)

