bd_

bd_

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bulk-delete.6.11

do_action('bd_') is found 4 times:

  • /include/Core/Controller.php line 77
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    			 *
    			 * @since 5.4
    			 */
    			do_action( 'bd_' . $bd_action, $_POST );
    		}
    
    		if ( isset( $_GET['bd_action'] ) ) {
    			$bd_action   = sanitize_text_field( $_GET['bd_action'] );
    			$nonce_valid = false;
    
    
  • /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 );
    		}
    	}
    
    	/**
    	 * Increase PHP timeout.
    	 *
    
  • /include/controller/class-bd-controller.php line 78
    			 * This hook is for doing the bulk operation. Nonce check has already happened by this point.
    			 *
    			 * @since 5.4
    			 */
    			do_action( 'bd_' . $bd_action, $_POST );
    		}
    
    		if ( isset( $_GET['bd_action'] ) ) {
    			$bd_action   = sanitize_text_field( $_GET['bd_action'] );
    			$nonce_valid = false;
    
    
  • /include/controller/class-bd-controller.php line 100
    			 * 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 );
    		}
    	}
    
    	/**
    	 * Verify if GET request has a valid nonce.
    	 *
    

See this hook used in plugins: