restrict_manage_comments хук-событиеWP 3.5.0

Fires just before the Filter submit button for comment types.

Использование

add_action( 'restrict_manage_comments', 'wp_kama_restrict_manage_comments_action' );

/**
 * Function for `restrict_manage_comments` action-hook.
 * 
 * @return void
 */
function wp_kama_restrict_manage_comments_action(){

	// action...
}

Список изменений

С версии 3.5.0 Введена.

Где вызывается хук

WP_Comments_List_Table::extra_tablenav()
restrict_manage_comments
wp-admin/includes/class-wp-comments-list-table.php 415
do_action( 'restrict_manage_comments' );

Где используется хук в WordPress

Использование не найдено.