The answer to my general question has a very specific answer, and I found the answer by running across this answer to more or less the same problem. Basically GoDaddy hosting does something special to utm_
-type query strings. Tech support could provide no detail.
In case anyone else runs across this, it looks like something mysterious happens to the standard Google Analytics query strings such as utm_source
. Example: utm_source
will not show up in $_GET
(much less using get_query_var
), but utm__source
(2 underscores) is just fine.
Related Posts:
- ajax category filter
- How to get any tag ID
- query_vars filter not working even though query string parameter is present
- How to filter, restrict and return posts based on custom user meta information
- relation OR instead of AND – Filtered term ID’s in loop
- Use REGEXP in WP_Query meta_query key
- get_query_var function not working at all
- How to list some posts first in the loop based on post id
- Whats the difference between post_limits and pre_get_posts?
- How to add taxonomy filter on the query fly?
- paginate_links ignore my format
- WP_Query – filter or directly?
- What is the most efficient way of querying posts based on visits and date for current day?
- Changing Posts Per Page and offset with pre_get_posts
- WordPress 4.9.5 PHP intermittent warning trim() expects parameter 1 to be string, array given
- How to order posts tag by tag?
- Query two taxonomies via URL or link?
- Overriding The Loop with filter or hook
- Custom query incorrectly returning everything [closed]
- WP Rest API v2 return posts with specific tag
- How to filter sql only for a specific post type
- Pagination custom query
- Order by two meta keys
- Ignore a filter on the media library
- Finding all results from database within 500 miles of the given latitude and longitude [closed]
- How to support multiple search terms query within one process?
- Function to check if author has posted within the last x days
- Shortcode returns escaped HTML tags
- Calling a custom excerpt function in a local loop
- Dynamically Override Fancy Title – Part II
- query posts in functions.php and update a field
- Determine WP_Query parameters from URL
- Which filter/action hook gets triggered after a query has been performed?
- Get posts using WP_Query
- Finding post content that begins with a specific character
- Remove ellipsis from the excerpt retrieved using get_the_excerpt()
- Removing posts from the returned wp_query. Cannot use object of type WP_Query as array
- Best practice custom function, where to echo the variables?
- How to get user_id from wordpress database inside ajax function?
- Why query_vars get altered in WP_Query Object?
- How to implement time filter to show random post 1 month for one category and 3 months for other categories
- What’s the point of the query_vars filter?
- WordPress query vars are not added
- Gravity Forms field entries into wp_query loop [closed]
- Refine/Filter WP_Query Posts with jQuery or Ajax
- Use ‘parse_query’ filter to show posts that from multiple criteria
- How do you Query posts with nothing in common?
- posts_per_page not working
- How to apply filter inside a single wp_query?
- What is considered a default query for the request filter?
- Using apply_filters(‘the_content’, $custom_query->post_content) alters output
- Modifying the Search Results
- When to add_filter() to Custom Query
- Exclude admin from WP_Query Contributors
- Order by custom table and multiplication
- Remove query string specific key value
- Query total number of posts
- Multiple Loops Inside a Function
- Rewrite rule to prettify two $_GET variables while in a new endpoint from a page
- How to add post_distinct filter to WP_Comment_Query?
- get_posts – find out if querystring was crap and fallback is used
- Using Ajax to load more posts | Help me change the wording on my button to notify the user
- Changing WP_Query params with url Query Var
- How to use filter hook “the_posts” with a function that refers to $this?
- How to delete taxonomy term when a wordpress user is removed?
- How to create a WordPress Post Filter that users can use to filter posts by year?
- Exclude category for main query and custom
- add_filter() depending on search term
- Display posts from only one post form in custom query and exclude in main query
- How do I run through a WordPress loop called from a filter function?
- Order by title without taking into account ‘the’
- How can I filter by slug depending on language selection
- wp_query ‘s’, search filter with pagination is not working
- Category applied to pages, creates multiple breadcrumb entries after a search query (On the translated site)
- Change post order random through out the entire WordPress
- Bypass “supress_filters” in WP Query
- How to use the query hook/filter?
- WP Query using tax_query & meta_query
- Filter posts in category archive page by year using a dropdown
- Display filtered results into custom page
- wordpress search word, “hello world” ===> ‘hello+world’ ===> ‘hello’, ‘world’
- add_filter(‘query_vars’) not working in custom template
- Applying posts_clauses filter to specific queries only
- Add class to first post in custom loop using post_class filter
- Display most popular in the past two days
- WP_Query with different postmeta filter for each categories
- meta_query not working as expected
- Slow WP_Query with ‘OR’ on meta_query
- New WP_Query calls Pre_get_posts filter twice
- Add posts to WP Query object
- How to get a query variable?
- How to alter local query, not main query [duplicate]
- How to filter a query by date in a shortcode?
- How can I allow sticky posts but cap the query to 1 post?
- Redirect to another page using contact form 7? [closed]
- Query Vars Not Set in Main Query
- Merge two search functions for custom post type
- Filter Custom Taxonomy Posts
- Include posts from some categories while excluding from others
- Make a SQL query with wpdb in WordPress