• Resolved Wilfredo Perozo

    (@wiljope007)


    Sorry Greg, the add-on to limit users, throws me the following error:

    Error details
    ==================
    An error of type E_ERROR occurred on line 68 of the file
    /home2/kmerucom/public_html/wp-content/plugins/limit-user-active-listings/limit-user-active-listings.php.
    Error Message: Call to undefined function shortcode_adverts_add ()

    Please help!

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

    (@gwin)

    In the limit-user-active-listings.php file before line

    
    return shortcode_adverts_add( $atts );
    

    add

    
    include_once ADVERTS_PATH . '/includes/shortcodes.php';
    

    it should fix it.

Viewing 1 replies (of 1 total)
  • The topic ‘Error in plugins limit user active listings’ is closed to new replies.