Skip to content

Instantly share code, notes, and snippets.

@GeoffEW
Created April 14, 2017 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeoffEW/ab6203b4e9f6a881e6b4338a733ed7bf to your computer and use it in GitHub Desktop.
Save GeoffEW/ab6203b4e9f6a881e6b4338a733ed7bf to your computer and use it in GitHub Desktop.
Force the display of the cost field of event on the Community Events submit form
<?php
/* Force the display of the cost field of event on the Community Events submit form */
add_filter( 'tribe_events_community_display_cost_section', '__return_true', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment