apply_filters( ‘nelio_content_post_permalink_on_network’, string $permalink , string $network , int $post_id )
Filters the permalink used in a certain network.
Parameters
- $permalink string
(Required) The permalink to use in the given network.
- $network string
(Required) The network in which the post will be shared.
- $post_id int
(Required) The post that’s about to be shared.