Admin Settings Shortcode
[pmp-option] - use this shortcode to display the value of a setting within the PetMatchPro administration area.
Admin Settings Parameters
type - required.
general, filter, color, contact, label, PRO filters-customize.
Enclose the name of the admin tab in double quotes.
value - required.
The html id name for the desired administration setting.
Enclose the desired admin setting in double quotes. The id name can be found by inspecting the html code for the desired admin field.
NOTES: PRO requires a Junior or Preferred subscription. PRF requires a Preferred subscription.
Admin Settings Shortcode Best Practices
- Use this shortcode to include any of the PetMatchPro settings in your website pages or custom templates.
- type - Only a single tab name can be used as a parameter.
- value - Only a single setting id can be used as a parameter. You will be required to format the value as desired.
Admin Settings Shortcode Example
[pmp-option type="contact" value="adoptable_phone"]
This shortcode displays the value of the Adoption Phone setting from the Contact Options tab.