Description
Display a link to the privacy policy
Usage
$ID/string = oiksp_privacy_policy_link( $atts );Parameters
- $atts
- ( mixed ) required –
Returns
ID/string the policy ID or expanded HTMLSource
File name: oik-squeeze/shortcodes/oik-squeeze.phpLines:
1 to 6 of 6
function oiksp_privacy_policy_link( $atts ) { $policy_link = oiksp_default( "privacy" ); $policy_link = apply_filters( "oiksp_privacy_policy_link", $policy_link, $atts ); oiksp_post_link( $policy_link ); }View on GitHub
Called by
1 to 1 of 1
Invoked by
Calls
1 to 2 of 2
