Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Facebook_Settings::get_user()

Get the connected user.

Contents


Return Return

(array) The connected user.


Source Source

File: src/integrations/facebook/settings/settings-facebook.php

	public function get_user() {
		return (object) $this->get_helper()->get_user_connected();
	}