bd_action_nonce_check
bd_action_nonce_check
Appears in: bulk-delete.5.6.1, bulk-delete.6.0.0, bulk-delete.6.0.1, bulk-delete.6.0.2, bulk-delete.6.11
Hook Type: filter
See hook in action
Displaying hooks found in version: bulk-delete.6.11apply_filters('bd_action_nonce_check') is found 2 times:
- /include/Core/Controller.php line 59
* Perform nonce check. * * @since 5.5 */ if ( ! apply_filters( 'bd_action_nonce_check', $nonce_valid, $bd_action ) ) { return; } /** * Before performing a bulk action. * This hook is for doing actions just before performing any bulk operation. - /include/controller/class-bd-controller.php line 60
* Perform nonce check. * * @since 5.5 */ if ( ! apply_filters( 'bd_action_nonce_check', $nonce_valid, $bd_action ) ) { return; } /** * Before performing a bulk action. * This hook is for doing actions just before performing any bulk operation.