Lines:
1 to 22 of 22
<?php /** * Common theme functions * * @package WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.5 */ /* function twentynineteen_can_show_post_thumbnail() – Determines if post thumbnail can be displayed. */ /* function twentynineteen_image_filters_enabled() – Returns true if image filters are enabled on the theme options. */ /* function twentynineteen_get_avatar_size() – Returns the size for avatars used in the theme. */ /* function twentynineteen_is_comment_by_post_author() – Returns true if comment is by author of the post. */ /* function twentynineteen_get_discussion_data() – Returns information about the current post’s discussion, with cache support. */ /* function twentynineteen_hsl_hex() – Convert HSL to HEX colors */