Skip to content

Custom Meeting type #1419

May 8, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

you can add more lines inside the array. be sure to include the commas, or you could get a PHP error

if (function_exists('tsml_custom_types')) {
    tsml_custom_types(array(
        'XYZ' => 'My Custom Type',
        'YZA' => 'My Second Custom Type',
        'ZAB' => 'My Third Custom Type',
    ));
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@eflashlogistics
Comment options

@joshreisner
Comment options

Answer selected by kiyote33

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants