anybody know the text-domain or unique class of snazzy maps plugin?

55 views Asked by At

https://wordpress.org/plugins/snazzy-maps/

Am using snazzy maps wordpress plug-in to style site maps and i want to add in recommended plug-ins using tgmpa plug-in but for this i need a text domain or unique class to add in recommended plug-ins.

Thanks!!

1

There are 1 answers

0
Souvik Sikdar On

use snazzy-maps as text domain and slug in tgmpa.

example:

array(
    'name'        => esc_html__( 'Snazzy Map','test'),
    'slug'        => 'snazzy-maps'
),

Try that then let me know the result.