my_jetpack_products_classes
my_jetpack_products_classes
Appears in: jetpack.11.4, jetpack.11.5.1, jetpack.11.6, jetpack.11.8, jetpack.11.8.4, jetpack.11.9, jetpack.11.9.1, jetpack.12.0, jetpack.12.1, jetpack.12.1.1, jetpack.12.2.1, jetpack.12.3, jetpack.12.5, jetpack.12.6, jetpack.12.6.1, jetpack.12.7.1, jetpack.12.8, jetpack.12.8.1, jetpack.12.9, jetpack.12.9.3, jetpack.13.0, jetpack.13.1.1, jetpack.13.1.3, jetpack.13.2, jetpack.13.2.1, jetpack.13.3.1, jetpack.13.5, jetpack.13.6, jetpack.13.7, jetpack.13.8, jetpack.13.8.1, jetpack.13.9.1, jetpack.14.0
Hook Type: filter
See hook in action
Displaying hooks found in version: jetpack.14.0apply_filters('my_jetpack_products_classes') is found 1 times:
- /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-products.php line 137
* } ); * * @param array $classes An array where the keys are the product slugs and the values are the class names. */ $final_classes = apply_filters( 'my_jetpack_products_classes', $classes ); // Check that the classes are still child of the same original classes. foreach ( (array) $final_classes as $slug => $final_class ) { if ( $final_class === $classes[ $slug ] ) { continue; }