apply_filters ( 'jetpack_sharing_tag_list', string $tags, int $post_id, int $this->id )

Allow customizing how the list of tags is displayed.

Source file: modules/sharedaddy/sharing-sources.php

View in GitHub

Parameters

$tags

(string) Comma-separated list of tags.

$post_id

(int) Post ID.

$this->id

(int) Sharing ID.


Changelog

Since: Jetpack 11.9


How to use this hook

See Using actions and filters to customize Jetpack.

Notes

Have a note to contribute?