• Resolved robvanheijst

    (@robvanheijst)


    The plugin is working correctly with the shortcode but when I use the PHP code

    $args = array(
        'con_class' => 'linkedin-container',
        'item_class' => 'linkedin-item',
        'company' => 'xxxxxxxx',
        'limit' => '2'
     );
     echo linkedin_company_updates($args);

    I receive the following message:
    Fatal error: Call to undefined function linkedin_company_updates()
    Why is the function undefined in PHP? Should I add some other code?

    https://ww.wp.xz.cn/plugins/company-updates-for-linkedin/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Rockwell

    (@rockwell15)

    Thanks for mentioning this. The new version has the functions working properly. linkedin_company_updates will echo out the results and get_linkedin_company_updates will just retrieve the html

    Thread Starter robvanheijst

    (@robvanheijst)

    The functions are working perfectly now. The plugin saves me a lot of time. Thank you very much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Undefined function linkedin_company_updates()’ is closed to new replies.