Mindvalley Post & Get Variables

Mindvalley Post & Get Variables Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,899 downloads
Mindvalley Post & Get Variables Icon

Try plugin: Mindvalley Post & Get Variables

We'll create fresh WordPress site with Mindvalley Post & Get Variables installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Mindvalley Post & Get Variables

Lets you output a POST or GET variable in the page via shortcode.

1


0


0


0


0

updated: 12 years ago
since: 13 years ago
author: Mindvalley

Description

Outputs $_POST or $_GET variable values using shortcodes.

Super duper uberly useful on tracking scripts on eCommerce thank you pages.

Example:

  • $_POST[’email’] > [post_var name=”email”]
  • $_GET[‘txn_id’] > [get_var name=”txn_id”]

For Array values :

  • $_POST[‘user’][’email’] > [post_var] name=”user[email]” [/post_var]
  • $_GET[‘user’][‘first_name’] > [get_var] name=”user[first_name]” [/get_var]
  • $_GET[‘user’][‘address’][‘line1’] > [get_var] name=”user[address][line1]” [/get_var]

Note: Remember to wrap the name attribute in double quotes (“).