Skip to content

Instantly share code, notes, and snippets.

@thomasgriffin
Created October 5, 2011 17:54
Show Gist options
  • Save thomasgriffin/1265154 to your computer and use it in GitHub Desktop.
Save thomasgriffin/1265154 to your computer and use it in GitHub Desktop.
foreach issue
foreach ( $this->plugins as $plugin )
add_option( TGMPA_SETTINGS, array( "tgmpa_dismiss_{$plugin['slug']}" => 1 ) );
@thomasgriffin
Copy link
Author

I figured I was doing it wrong - that always seems to be the case. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment