• There are two current issues: 1) Prior to PHP 7.4 the code could include the parameters in any order in the “Implode” argument. Now, the glue string has to be declared first and the array second (for this plugin, [implode( $ids, ‘, ‘ )] should say [implode(‘, ‘,$ids,)]. 2) When clicking back into a tab previously clicked, the content disappears. Reloading the page restores the content, but the same behavior exists (disappears again when a tab is clicked back into). Otherwise, the plugin is handy and works well.

  • The topic ‘Update please?’ is closed to new replies.