bd_ . $bd_action, $_GET

bd_ . $bd_action, $_GET

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: bulk-delete.6.12

do_action('bd_ . $bd_action, $_GET') is found 2 times:

  • /include/Core/Controller.php line 99
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    			 *
    			 * @since 5.5.4
    			 */
    			do_action( 'bd_' . $bd_action, $_GET ); //phpcs:ignore
    		}
    	}
    
    	/**
    	 * Increase PHP timeout.
    	 *
    
  • /include/controller/class-bd-controller.php line 97
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    			 *
    			 * @since 5.5.4
    			 */
    			do_action( 'bd_' . $bd_action, $_GET ); //phpcs:ignore
    		}
    	}
    
    	/**
    	 * Verify if GET request has a valid nonce.
    	 *