Misplon

SO Premium TGM Config

Dec 16th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.97 KB | None | 0 0
  1.         // Array of configuration settings for TGMPA
  2.         $config = array(
  3.             'id'           => 'siteorigin-premium-recommended-plugins',
  4.             'menu'         => 'siteorigin-premium-install-recommended',
  5.             'parent_slug'  => 'siteorigin-premium-addons',
  6.             'capability'   => 'manage_options',
  7.             'strings'     => array(
  8.                 'notice_can_install_recommended'  => _n_noop(
  9.                     /* translators: 1: plugin name(s). */
  10.                     'SiteOrigin Premium recommends the following plugin: %1$s.',
  11.                     'SiteOrigin Premium recommends the following plugins: %1$s.',
  12.                     'siteorigin-premium'
  13.                 ),
  14.                 'notice_ask_to_update'            => _n_noop(
  15.                     /* translators: 1: plugin name(s). */
  16.                     'The following plugin needs to be updated to its latest version to ensure maximum compatibility with SiteOrigin Premium: %1$s.',
  17.                     'The following plugins need to be updated to their latest version to ensure maximum compatibility with SiteOrigin Premium: %1$s.',
  18.                     'siteorigin-premium'
  19.                 ),
  20.             ),
  21.         );
Add Comment
Please, Sign In to add comment