woocommerce_admin_stock_html, $stock_html, $this->object
woocommerce_admin_stock_html, $stock_html, $this->object
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_admin_stock_html, $stock_html, $this->object') is found 1 times:
- /includes/admin/list-tables/class-wc-admin-list-table-products.php line 389
if ( $this->object->managing_stock() ) { $stock_html .= ' (' . wc_stock_amount( $this->object->get_stock_quantity() ) . ')'; } echo wp_kses_post( apply_filters( 'woocommerce_admin_stock_html', $stock_html, $this->object ) ); } /** * Query vars for custom searches. * * @param mixed $public_query_vars Array of query vars.