woocommerce_get_children, $this->visible_children, $this, true

woocommerce_get_children, $this->visible_children, $this, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_children, $this->visible_children, $this, true') is found 1 times:

  • /includes/class-wc-product-variable.php line 252
    			$children = $this->data_store->read_children( $this );
    			$this->set_children( $children['all'] );
    			$this->set_visible_children( $children['visible'] );
    		}
    		return apply_filters( 'woocommerce_get_children', $this->visible_children, $this, true );
    	}
    
    	/**
    	 * Return an array of attributes used for variations, as well as their possible values.
    	 *
    	 * This is lazy loaded as it's not used often and does require several queries.