• Resolved nuspapr

    (@nuspapr)


    Does anyone know how to change the default 10 spaces when creating a new ticket? I’d like the default to be 100 or unlimited.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • The following code snippet should work:

    add_filter('em_ticket_get_spaces', function($ticket_spaces) {
    return 100;
    });

    You can use the Code Snippets plugin to add this code snippet.

    This will change it so that the number of spaces is always 100. It won’t just change the default value. This is probably not what you want. There’s currently no way to just change the default value of 10.

    • This reply was modified 1 year, 1 month ago by joneiseman.
Viewing 1 replies (of 1 total)

The topic ‘Default Spaces’ is closed to new replies.