• Resolved zurikus

    (@zurikus)


    Hello, I have a little issue with Woocommerce and WP sentry plugins cooperation, could you please help me to solve it?

    When WP sentry plugin is activated I see Additional Predicate Text “Publish” in all fields of Woocommerce products (in all columns of product description).
    You can check it in screenshot here http://imgur.com/zd7gvE4

    This issue does not affect functional part of both plugins, but have only this Display issue. How I can remove this Text from all fields?

    Thank you for your help.

    https://wordpress.org/plugins/wp-sentry/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi zurikus,

    I confirm I can see this as well.

    Some debug in wp-sentry.php shows 2 typos, line 1457 & 1466.

    I would suggest to replace
    $column_name = 'wp-sentry'
    with
    $column_name == 'wp-sentry'

    Ideally, the plugin maintainer (Steve Weigold?) would retrofit this into his code trunk…

    All the best

    Thread Starter zurikus

    (@zurikus)

    Hi jmonesti,
    Thank you for your response!
    Your solution worked!
    Thank you!

    Plugin Author Steve Weigold

    (@sweigold)

    jmonesti, thanks for helping out. I’ve added a note to take care of this

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp sentry 0.8d and woocommerce 2.2.1.0’ is closed to new replies.