Changeset 1130900
- Timestamp:
- 04/09/2015 05:59:02 AM (11 years ago)
- Location:
- classy/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
public/class-classy-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classy/trunk/README.txt
r1130896 r1130900 19 19 20 20 * [classy_campaigns] 21 * [classy_campaign_info] 22 * [classy_donations] 21 23 * [classy_fundraisers] 22 * [classy_donations] 24 * [classy_fundraiser_info] 25 * [classy_teams] 26 * [classy_team_info] 27 * [classy_recurring] 28 * [classy_project_info] 23 29 24 30 You are able to use parameters that are available on the API as well in your shortcodes. For example: … … 31 37 32 38 [Classy API](http://go.stayclassy.org/hs-fs/hub/190333/file-1586506388-pdf/StayClassy_API_v1.1_FINAL_%281%29.pdf) 39 40 Want a customized version for your site? Reach out to us at [[email protected]](mailto:[email protected]) 33 41 34 42 == Screenshots == -
classy/trunk/public/class-classy-public.php
r1130896 r1130900 91 91 add_shortcode('classy_campaign_info', array($this, 'classy_get_campaign_info_func')); 92 92 add_shortcode('classy_fundraiser_info', array($this, 'classy_get_fundraiser_info_func')); 93 add_shortcode('classy_ get_teams', array($this, 'classy_get_teams_func'));93 add_shortcode('classy_teams', array($this, 'classy_get_teams_func')); 94 94 add_shortcode('classy_team_info', array($this, 'classy_get_team_info_func')); 95 95 add_shortcode('classy_recurring', array($this, 'classy_get_recurring_func'));
Note: See TracChangeset
for help on using the changeset viewer.