button(array( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
'type' => 'a',
'class' => '',
'href' => esc_url( $link ),
'content' => esc_html( get_the_title() ),
));
?>
post_author, $post->post_type );
echo $excerpt = esc_attr( strip_shortcodes( wp_trim_words( get_the_excerpt(), 25, '...' ) ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
do_action( 'uwp_after_profile_summary', get_the_ID(), $post->post_author, $post->post_type );
?>
';
echo apply_filters('uwp_tp_posts_post_footer', $footer_html); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
?>