Свойство | Тип | Описание | |
---|---|---|---|
$is_doing_cron | |||
$is_importing | |||
$is_sending | |||
$is_syncing | |||
$settings_cache | |||
$valid_settings |
Метод | Описание | |
---|---|---|
get_blacklisted_post_types_sql ( ) | returns escapted SQL that can be injected into a WHERE clause | |
get_comments_filter_sql ( ) | ||
get_setting ( $setting ) | autoloaded on page load rather than re-queried every time. | |
get_settings ( ) | some settings can be expensive to compute - let's cache them | |
get_whitelisted_comment_meta_sql ( ) | ||
get_whitelisted_post_meta_sql ( ) | ||
is_doing_cron ( ) | ||
is_importing ( ) | ||
is_sending ( ) | ||
is_syncing ( ) | ||
reset_data ( ) | ||
set_doing_cron ( $is_doing_cron ) | ||
set_importing ( $is_importing ) | ||
set_is_sending ( $is_sending ) | ||
set_is_syncing ( $is_syncing ) | ||
update_settings ( $new_settings ) |
static public get_blacklisted_post_types_sql ( ) |
static public get_setting ( $setting ) |
static public get_settings ( ) |
static public get_whitelisted_comment_meta_sql ( ) |
static public get_whitelisted_post_meta_sql ( ) |