Skip to content

Instantly share code, notes, and snippets.

@alanef
Created November 30, 2023 12:14
Show Gist options
  • Save alanef/bc2080b50f8ad6e9e1046131a3af063d to your computer and use it in GitHub Desktop.
Save alanef/bc2080b50f8ad6e9e1046131a3af063d to your computer and use it in GitHub Desktop.
<?php
/* Plugin Name: Snippets for accordions layout - custom */
add_filter('wfea_layout_part_accordion_tab', function($text) {
return $text . ' | Click for timetables and bookings ';
}, 10,1);
add_filter('wfea_layout_part_organizer_name', function($text) {
return '';
}, 10,1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment