bd_get_action_nonce_check
bd_get_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_get_action_nonce_check') is found 2 times:
- /include/Core/Controller.php line 89
* Perform nonce check. * * @since 5.5.4 */ if ( ! apply_filters( 'bd_get_action_nonce_check', $nonce_valid, $bd_action ) ) { return; } /** * Perform the bulk operation. * This hook is for doing the bulk operation. Nonce check has already happened by this point. - /include/controller/class-bd-controller.php line 90
* Perform nonce check. * * @since 5.5.4 */ if ( ! apply_filters( 'bd_get_action_nonce_check', $nonce_valid, $bd_action ) ) { return; } /** * Perform the bulk operation. * This hook is for doing the bulk operation. Nonce check has already happened by this point.