apply_filters( ‘nelio_content_post_permalink’, string $permalink , id $post_id )
Filters the permalink that will be used when sharing the post on social media.
Parameters
- $permalink string
(Required) the post permalink.
- $post_id id
(Required) the post ID.
Source
Changelog
Version | Description |
---|---|
1.3.6 | Introduced. |