Changeset 4345 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/common.php
- Timestamp:
- 11/11/2016 12:31:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/camptix-badge-generator/includes/common.php
r4326 r4345 99 99 $attendee = get_post( $post_id ); 100 100 101 // todo return early to avoid a PHP notice when $attendee isn't a WP_Post, like during cron or 404 102 101 103 if ( 'tix_attendee' != $attendee->post_type ) { 102 104 return $value;
Note: See TracChangeset
for help on using the changeset viewer.