TGMPA inclusion not using unique ID
-
Hi, have been looking through your plugin and I noticed that it uses the TGMPA script to trigger the installation of the ACF plugin.
The ID the plugin is using however is everything but unique and will cause conflicts if another plugin uses the script in the same way as this plugin uses it. On line 31 of src/Jobify/JobPostType.php:
'id' => 'tgmpa', // Unique ID for hashing notices for multiple instances of TGMPA.
It uses the default instead of a unique ID.
I would recommend to change that to something unique.
Cheers,
Piet
- The topic ‘TGMPA inclusion not using unique ID’ is closed to new replies.