-2

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!!

Varinder Sohal
  • 1,142
  • 5
  • 24
  • 44

1 Answers1

1

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.

Souvik Sikdar
  • 777
  • 5
  • 11