golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/tabs
⬆️ Go Up
Upload
File/Folder
Size
Actions
edit.php
447 B
Del
OK
favorite.php
0 B
Del
OK
history.php
198 B
Del
OK
import-form.php
17.63 KB
Del
OK
new.php
109 B
Del
OK
scheduled.php
395 B
Del
OK
Edit: edit.php
<?php $record = new stdClass; if ( ! empty( $_GET['id'] ) ) { $get_record = Tribe__Events__Aggregator__Records::instance()->get_by_post_id( (int) $_GET['id'] ); if ( ! tribe_is_error( $get_record ) ) { $record = $get_record; } } $aggregator_action = 'edit'; ?> <input type="hidden" name="aggregator[post_id]" id="tribe-post_id" value="<?php echo esc_attr( $record->post->ID ); ?>"> <?php include dirname( __FILE__ ) . '/import-form.php';
Save