• Resolved M3

    (@emmtre)


    Is it possible to limit the notifications to only admins? Every subscriber who signup now see the notification on the profile page.

    “Did you know Admin Columns Pro has an integration addon for Advanced Custom Fields? With the proper Admin Columns Pro license, you can download them from the addons page!”

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    Hi there is an filter which you can use to suppress all notices from Admin Columns. You can use this snippet or alter it so it only works for admins.

    add_filter( 'cac/suppress_site_wide_notices', '__return_true' );

    And already a heads up, we’re about to launch a new version of Admin Columns where this filter is changed to:

    ac/suppress_site_wide_notices

    Thread Starter M3

    (@emmtre)

    Many thanx @dungengronovius

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Limit notifications’ is closed to new replies.