<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Onefold Pro Child
 Theme URI:    http://museumstaal.nl/
 Description:  Onefold Pro Child Theme
 Author:       Esther van den Berg
 Author URI:   http://voorpubliek.nl/
 Template:     onefold-pro
 Version:      1.0.0
 Tags:         museum, staal, almen, staring, achterhoek, dichter
 Text Domain:  onefold-pro-child
*/
 
@import url("../onefold-pro/style.css");
 
/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

function tribe_tec_change_free_to_zero ( $translation, $text, $domain ) {
 
  $custom_text = [ 'Free' =&gt; 'Gratis' ];
 
  // If this text domain starts with "tribe-", "the-events-", or "event-" and we have replacement text
  if( 0 === strpos($domain, 'the-events-calendar') &amp;&amp; array_key_exists( $translation, $custom_text ) ) {
    $translation = $custom_text[$translation];
  }
  return $translation;
}
add_filter( 'gettext', 'tribe_tec_change_free_to_zero', 20, 3 );</pre></body></html>