[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/plugins/akismet/ -> class.akismet-admin.php (summary)

(no description)

File Size: 1377 lines (55 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Akismet_Admin:: (50 methods):
  init()
  init_hooks()
  admin_init()
  admin_menu()
  admin_head()
  admin_plugin_settings_link()
  load_menu()
  load_resources()
  admin_help()
  enter_api_key()
  save_key()
  dashboard_stats()
  rightnow_stats()
  check_for_spam_button()
  recheck_queue()
  recheck_queue_portion()
  remove_comment_author_url()
  add_comment_author_url()
  comment_row_action()
  comment_status_meta_box()
  plugin_action_links()
  get_spam_count()
  check_server_ip_connectivity()
  check_server_connectivity()
  get_server_connectivity()
  are_any_comments_waiting_to_be_checked()
  get_page_url()
  get_akismet_user()
  get_stats()
  verify_wpcom_key()
  connect_jetpack_user()
  display_alert()
  get_usage_limit_alert_data()
  display_usage_limit_alert()
  display_spam_check_warning()
  display_api_key_warning()
  display_page()
  display_start_page()
  display_stats_page()
  display_configuration_page()
  display_notice()
  display_status()
  get_jetpack_user()
  exclude_commentmeta_from_export()
  modify_plugin_description()
  set_form_privacy_notice_option()
  register_personal_data_eraser()
  erase_personal_data()
  get_notice_kses_allowed_elements()
  get_asset_file_version()


Class: Akismet_Admin  - X-Ref

init()   X-Ref
No description

init_hooks()   X-Ref
No description

admin_init()   X-Ref
No description

admin_menu()   X-Ref
No description

admin_head()   X-Ref
No description

admin_plugin_settings_link( $links )   X-Ref
No description

load_menu()   X-Ref
No description

load_resources()   X-Ref
No description

admin_help()   X-Ref
Add help to the Akismet page

return: false if not the Akismet page

enter_api_key()   X-Ref
No description

save_key( $api_key )   X-Ref
No description

dashboard_stats()   X-Ref
No description

rightnow_stats()   X-Ref
No description

check_for_spam_button( $comment_status )   X-Ref
No description

recheck_queue()   X-Ref
No description

recheck_queue_portion( $start = 0, $limit = 100 )   X-Ref
No description

remove_comment_author_url()   X-Ref
No description

add_comment_author_url()   X-Ref
No description

comment_row_action( $a, $comment )   X-Ref
No description

comment_status_meta_box( $comment )   X-Ref
No description

plugin_action_links( $links, $file )   X-Ref
No description

get_spam_count( $type = false )   X-Ref
No description

check_server_ip_connectivity()   X-Ref
No description

check_server_connectivity($cache_timeout = 86400)   X-Ref
No description

get_server_connectivity($cache_timeout = 86400)   X-Ref
No description

are_any_comments_waiting_to_be_checked()   X-Ref
Find out whether any comments in the Pending queue have not yet been checked by Akismet.

return: bool

get_page_url( $page = 'config' )   X-Ref
No description

get_akismet_user( $api_key )   X-Ref
No description

get_stats( $api_key )   X-Ref
No description

verify_wpcom_key( $api_key, $user_id, $extra = array()   X-Ref
No description

connect_jetpack_user()   X-Ref
No description

display_alert()   X-Ref
No description

get_usage_limit_alert_data()   X-Ref
No description

display_usage_limit_alert()   X-Ref
No description

display_spam_check_warning()   X-Ref
No description

display_api_key_warning()   X-Ref
No description

display_page()   X-Ref
No description

display_start_page()   X-Ref
No description

display_stats_page()   X-Ref
No description

display_configuration_page()   X-Ref
No description

display_notice()   X-Ref
No description

display_status()   X-Ref
No description

get_jetpack_user()   X-Ref
No description

exclude_commentmeta_from_export( $exclude, $key, $meta )   X-Ref
Some commentmeta isn't useful in an export file. Suppress it (when supported).

param: bool $exclude
param: string $key The meta key
param: object $meta The meta object
return: bool Whether to exclude this meta entry from the export.

modify_plugin_description( $all_plugins )   X-Ref
When Akismet is active, remove the "Activate Akismet" step from the plugin description.


set_form_privacy_notice_option( $state )   X-Ref
No description

register_personal_data_eraser( $erasers )   X-Ref
No description

erase_personal_data( $email_address, $page = 1 )   X-Ref
When a user requests that their personal data be removed, Akismet has a duty to discard
any personal data we store outside of the comment itself. Right now, that is limited
to the copy of the comment we store in the akismet_as_submitted commentmeta.

FWIW, this information would be automatically deleted after 15 days.

param: $email_address string The email address of the user who has requested erasure.
param: $page int This function can (and will) be called multiple times to prevent timeouts,
return: array

get_notice_kses_allowed_elements()   X-Ref
Return an array of HTML elements that are allowed in a notice.

return: array

get_asset_file_version( $relative_path )   X-Ref
Return a version to append to the URL of an asset file (e.g. CSS and images).

param: string $relative_path Relative path to asset file
return: string



Generated : Mon Mar 18 08:20:01 2024 Cross-referenced by PHPXref