Changeset 5362
- Timestamp:
- 04/18/2017 09:31:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
r5018 r5362 345 345 $this->set_default_options( $wordcamp, $meta ); 346 346 $this->create_post_stubs( $wordcamp, $meta, $lead_organizer ); 347 348 /** 349 * Hook into the configuration process for a new WordCamp site. 350 * 351 * This fires in the context of the newly created site, after the theme has been set and the 352 * default options and post stubs have been created. 353 * 354 * @param int $wordcamp_id The ID of the new site. 355 * @param WP_Post $wordcamp The post object of the WordCamp on Central. 356 */ 357 do_action( 'wcpt_configure_new_site', $wordcamp_id, $wordcamp ); 347 358 348 359 remove_filter( 'upload_dir', array( $this, '_fix_wc_upload_dir' ) );
Note: See TracChangeset
for help on using the changeset viewer.