Undefined function linkedin_company_updates()
-
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?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Undefined function linkedin_company_updates()’ is closed to new replies.