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
I'm messing around a bit with rewrite_rules/endpoints/template includes, and came across this.
The Request menu tab is marked Request(+1). What is this indicative of?
You're not the first person to ask. The +X number represents the number of non-standard query variables that are present in the request, in your case the bla2 query variable that's highlighted in purple in the Query Vars section.
Perhaps add a title attribute to the button in such cases? - prompting a tooltip on hover: +1 non-standard query variables in request. See Query Vars section
Activity
johnbillion commentedon Oct 18, 2020
You're not the first person to ask. The
+X
number represents the number of non-standard query variables that are present in the request, in your case thebla2
query variable that's highlighted in purple in theQuery Vars
section.abuyoyo commentedon Oct 18, 2020
Perhaps add a
title
attribute to the button in such cases? - prompting a tooltip on hover:+1 non-standard query variables in request. See Query Vars section
title
attribute to button for Request panel with extra query var #782