AnsPress_Theme::question_attachments()
Description #
Shows lists of attachments of a question
Source #
File: includes/class-theme.php
public static function question_attachments() { if ( ap_have_attach() ) { include ap_get_theme_location( 'attachments.php' ); } }
Expand full source code Collapse full source code View on GitHub: includes/class-theme.php:245
Add your comment