• If you’re seeing this error, you’re probably seeing it twice.

    Warning: Use of undefined constant ace – assumed ‘ace’ (this will throw an Error in a future version of PHP) in /your-path/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 310

    SEE BELOW FOR FIX…

    FIX:
    There are two places on that line (310) where the single quotes around ‘ace’ are missing. Add single quotes to each to match all the others and you’re good to go.

    • This topic was modified 4 years, 5 months ago by ckschmieder.
Viewing 1 replies (of 1 total)
  • Thread Starter ckschmieder

    (@ckschmieder)

    As I noted above, here’s the fix for this particular warning…

    FIX:
    There are two places on that line (310) where the single quotes around ‘ace’ are missing. Add single quotes to each to match all the others and you’re good to go.

    • This reply was modified 4 years, 5 months ago by ckschmieder.
Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Use of undefined constant ace – assumed ‘ace’ – line 310’ is closed to new replies.