Add apply_filters so i can shorten the share url
-
Hello,
Thanks for the great plugin, I need to shorten the shareable campaign url but i can’t find any hooks in the function getShareableUrl
Can you please add a hook like that so i can use it to shorten the urls automatically?
Thanks
$link = add_query_arg([
'fluentcrm' => 1,
'route' => 'email_preview',
'fc_newsletter' => $shareId
], site_url());
return apply_filters('wpsms_fluent_share_campaign_link',$link,$this->id);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.