10/27/2014 at 11:18 am
#308172
Keymaster
@ stephen
Yes, this can be done. Here’s how…
Install the Code Snippets plugin.
Add a new snippet with the following code:
function cn_add_date_types( $options ) {
$options['bar_admission'] = 'Bar Admission';
$options['partner'] = 'Partner';
return $options;
}
add_filter( 'cn_date_options', 'cn_add_date_types' );
That should do the trick!
If I have not asked and you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance!
https://wordpress.org/support/view/plugin-reviews/connections
