Created
April 14, 2017 06:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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