eventsmanager icon

Overrider "Consent Text"

eventsmanager | PRO | 03/19/25 05:42:48 AM UTC | 0 ⭐ | 308 👁️ | Never ⏰ | []
text |

320 B

|

None

|

0 👍

/

0 👎

<?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 );

Comments