Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- function option_dbem_data_privacy_consent_text( $description ){
- $description = "I consent to my submitted data being collected and stored as outlined by the site %s........test";
- return $description;
- }
- add_filter( 'option_dbem_data_privacy_consent_text', 'option_dbem_data_privacy_consent_text', 100, 1 );
Advertisement
Add Comment
Please, Sign In to add comment