facebook_wall_news_update (line 32)
Update news to facebook wall
boolean
facebook_wall_news_update
(AUTO_LINK $id, SHORT_TEXT $title, SHORT_TEXT $message, BINARY $validated, AUTO_LINK $main_news_category_id, [boolean $update = true])
-
AUTO_LINK
$id: The ID of the news
-
SHORT_TEXT
$title: News title
-
SHORT_TEXT
$message: Message
-
BINARY
$validated: Whether the news has been validated
-
AUTO_LINK
$main_news_category_id: Main news category's id
-
boolean
$update: Current process indication. If it is update, need to check it's old "validated" state
get_wordpress_data (line 313)
Get data from wordpress db
array
get_wordpress_data
()
import_wordpress_db (line 152)
Import wordpress db
void
import_wordpress_db
()
twitter_news_update (line 107)
Update news to twitter.
boolean
twitter_news_update
(AUTO_LINK $id, SHORT_TEXT $message, BINARY $validated, AUTO_LINK $main_news_category_id, [boolean $update = true])
-
AUTO_LINK
$id: The ID of the news
-
SHORT_TEXT
$message: Message
-
BINARY
$validated: Whether the news has been validated
-
AUTO_LINK
$main_news_category_id: Main news category's id
-
boolean
$update: Current process indication. If it is update, need to check it's old "validated" state