Description
Build the privacy policy for the selected itemsNote: since we set options to a null string when resetting them
Usage
oik_build_privacy_policy();Parameters
Returns
voidSource
File name: oik-privacy-policy/admin/oik-privacy-policy.phpLines:
1 to 11 of 11
function oik_build_privacy_policy() { $option = "bw_privacy_policy"; $options = bw_recreate_options( $option ); if ( $options !== FALSE && is_array( $options) && count( $options)) { foreach ( $options as $key => $value ) { if ( substr( $key, -1,3 ) != "_cb" ) { bw_build_content( $options, $key ); } } } }View on GitHub View on Trac
Called by
1 to 2 of 2
Invoked by
Calls
1 to 2 of 2
