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' );
		}
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment