You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string $var The global to access, sans underscore prefix.
806
+
* @param string $var The global to access.
807
807
* @param string|array $path The path to the value to fetch. See _wp_array_get().
808
808
* @param mixed|null $default The default value if $path is not set.
809
809
* @param string|arrau $schema The primitive type of the value to return, or a Schema defining the value of the item. See rest_sanitize_value_from_schema().
810
810
* @return mixed|WP_Error The request value, and if a $schema is passed, the sanitized value or a WP_Error instance if the value cannot be safely sanitized.
0 commit comments