restrict_manage_comments
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 | Введена. |
Где вызывается хук
restrict_manage_comments
wp-admin/includes/class-wp-comments-list-table.php 415
do_action( 'restrict_manage_comments' );