jetpack_post_list_display_share_action

jetpack_post_list_display_share_action

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: jetpack.15.4

apply_filters('jetpack_post_list_display_share_action') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-publicize/src/class-publicize-setup.php line 191
    		 * @param bool   $show_share Whether to show the share action. Default true.
    		 * @param string $post_type  The current post type.
    		 */
    		$show_share_action = Current_Plan::supports( 'republicize' )
    			&& apply_filters( 'jetpack_post_list_display_share_action', true, $current_screen->post_type );
    
    		if ( $show_share_action ) {
    			self::maybe_add_share_action( $current_screen->post_type );
    		}
    	}
    
    

See this hook used in plugins: