In this article

filter

jetpack_post_list_display_share_action

Filter to enable/disable the Share action on the post list screen. The Share action allows users to reshare published posts via Jetpack Social. It is automatically enabled for plans that support the ‘republicize’ feature, but can be disabled via this filter.

Parameters

$show_share
bool

Whether to show the share action. Default true.

$post_type
string

The current post type.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.