woocommerce_max_terms_displayed_in_attributes_page

woocommerce_max_terms_displayed_in_attributes_page

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_max_terms_displayed_in_attributes_page') is found 1 times:

  • /includes/admin/class-wc-admin-attributes.php line 329
    									 * @returns int Actual value to use, may be zero.
    									 *
    									 * @since 6.9.0
    									 */
    									$max_terms_to_display = apply_filters( 'woocommerce_max_terms_displayed_in_attributes_page', 100 );
    									foreach ( $attribute_taxonomies as $tax ) :
    										?>
    										<tr>
    												<td>
    													<strong><a href="edit-tags.php?taxonomy=<?php echo esc_attr( wc_attribute_taxonomy_name( $tax->attribute_name ) ); ?>&amp;post_type=product"><?php echo esc_html( $tax->attribute_label ); ?></a></strong>