Property | Type | Description | |
---|---|---|---|
$_sources |
Method | Description | |
---|---|---|
__construct ( $filename = NULL ) | ||
accept_multiadd ( ) | ||
bleg_box ( $page, $box = NULL ) | * FeedWordPressSyndicationPage::bleg_thanks () | |
bleg_thanks ( $page, $box = NULL ) | ||
dashboard_box ( $page, $box = NULL ) | * FeedWordPressSyndicationPage::display () | |
display ( ) | ||
display_button_bar ( $showInactive ) | ||
display_multiadd_line ( $line ) | ||
has_link ( ) | * FeedWordPressSyndicationPage constructor | |
interstitial ( ) | Override the default display of a save-settings button and replace it with nothing. | |
manage_page_links_subsubsub ( $sources, $showInactive ) | * FeedWordPressSyndicationPage::syndicated_sources_box() | |
multiadd_box ( $page, $box = NULL ) | ||
multidelete_page ( ) | * FeedWordPressSyndicationPage::interstitial() | |
multiundelete_page ( ) | * FeedWordPressSyndicationPage::multidelete_page() | |
requested_link_ids_sql ( ) : string | requested_link_ids_sql () | |
sanitize_ids_sql ( array $link_ids ) : array | sanitize_ids: Protect id numbers from untrusted sources (POST array etc.) from possibility of SQLi attacks. Runs everything through an intval filter and then for good measure through esc_sql() | |
show_inactive ( ) | * FeedWordPressSyndicationPage::visibility_toggle() | |
sources ( $visibility = 'Y' ) | ||
syndicated_sources_box ( $page, $box = NULL ) | * FeedWordPressSyndicationPage::dashboard_box () | |
updates_requested ( ) | * FeedWordPressSyndicationPage::requested_link_ids_sql () | |
visibility_toggle ( ) | * FeedWordPressSyndicationPage::sources() |
public bleg_box ( $page, $box = NULL ) |
public dashboard_box ( $page, $box = NULL ) |
public interstitial ( ) |
public manage_page_links_subsubsub ( $sources, $showInactive ) |
public multidelete_page ( ) |
public multiundelete_page ( ) |
public requested_link_ids_sql ( ) : string | ||
return | string | An SQL list literal containing the link IDs, sanitized and escaped for direct use in MySQL queries. |
public sanitize_ids_sql ( array $link_ids ) : array | ||
$link_ids | array | An array of one or more putative link IDs |
return | array |
public show_inactive ( ) |
public syndicated_sources_box ( $page, $box = NULL ) |
public updates_requested ( ) |
public visibility_toggle ( ) |