• Resolved Jens

    (@jesus-1)


    I used this snippet for the function.pho to get a notification for moderation. Works like a charm – except for the following error message after submitting the ad:

    Warning: Missing argument 2 for on_pending_advert() in /XXX/wp-content/themes/XXX-child/functions.php on line 34

    Any ideas?

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    try modifying the line

    
    function on_pending_advert($id, $post) {
    

    to

    
    function on_pending_advert($id, $post = null) {
    

    it should fix it.

Viewing 1 replies (of 1 total)
  • The topic ‘notification error’ is closed to new replies.