eventsmanager

Overrider "Consent Text"

Mar 19th, 2025
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2.  
  3. function option_dbem_data_privacy_consent_text( $description ){
  4. $description = "I consent to my submitted data being collected and stored as outlined by the site %s........test";
  5. return $description;
  6. }
  7. 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