• Hi,
    it would be cool, if you could add the language parameter to the shortcode for the devs that want the app to open in a default language.
    best regards
    S.

Viewing 1 replies (of 1 total)
  • Thread Starter fischerdev

    (@fischerdev)

    I added following line to “/public/class-easyappointments-public.php”, line 122:

    if (!empty($attributes['language'])) {
    $query_data['language'] = $attributes['language'];
    }

    That allows to pass any language as default in the shortcode:

    [easyappointments service="1" provider="2" language="english"]

Viewing 1 replies (of 1 total)

The topic ‘Add parameter “language” to shortcode [feature request]’ is closed to new replies.