ConfigurationAdding quick links to set languages
Adding quick links to set languages
The quick links to set the language provider in the Custom Settings can also be added in the Settings page, by adding the following hook to your code:
add_filter(
'gatompl:settings:add_language_quick_links',
'__return_true'
);
The quick links will then be added to the Plugin Configuration > Languages & Providers tab in the Settings.
