Modifying shortcode output design
-
Has anyone here (a bit more techie than me) modified the output of
[zoom_recordings_by_meeting meeting_id="1234567890" downloadable="no"]
yet and cares to share?I believe the code is in here:
<table class="responsive vczapi-recordings-by-meeting-id-table">
<thead>
<tr>
<th><?php _e( 'Recording Date', 'video-conferencing-with-zoom-api' ); ?></th>
<th><?php _e( ' Duration ', 'video-conferencing-with-zoom-api' ); ?></th>
<?php if ( $passcode ) { ?>
<th><?php _e( 'Passcode', 'video-conferencing-with-zoom-api' ); ?></th>
<?php } ?>
<th><?php _e( ' Size ', 'video-conferencing-with-zoom-api' ); ?></th>
<th><?php _e( ' Action ', 'video-conferencing-with-zoom-api' ); ?></th>
</tr>
</thead>
<tbody>and my output ain’t very pretty, is it… just some simple spacing fixes would be great… Thanks Frank
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.