bd_get_action_nonce_check, $nonce_valid, $bd_action
bd_get_action_nonce_check, $nonce_valid, $bd_action
Appears in: bulk-delete.6.12
Hook Type: filter
Displaying hooks found in version: bulk-delete.6.12apply_filters('bd_get_action_nonce_check, $nonce_valid, $bd_action') 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 ) ) { //phpcs:ignore 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 87
* Perform nonce check. * * @since 5.5.4 */ if ( ! apply_filters( 'bd_get_action_nonce_check', $nonce_valid, $bd_action ) ) { //phpcs:ignore return; } /** * Perform the bulk operation. * This hook is for doing the bulk operation. Nonce check has already happened by this point.