Share_Buttons::get_social_share_link( string $brand, null $target_url = null, null $title = null )
Returns the share link for a given social platform.
Description
Can also support a target url and a page title.
Parameters
- $brand
-
(Required) The social network brand.
- $target_url
-
(Optional) The target url to share.
Default value: null
- $title
-
(Optional) The page title.
Default value: null
Return
(string)
Source
File: includes/modules/elementor_booster/widgets/share_buttons.php
Expand full source code Collapse full source code View on Github