woocommerce_feature_description_tip

woocommerce_feature_description_tip

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_feature_description_tip') is found 1 times:

  • /src/Internal/Features/FeaturesController.php line 809
    		 * @param string $feature_id The id of the feature for which the description tip is being customized.
    		 * @param bool $disabled True if the UI currently prevents changing the enable/disable status of the feature.
    		 * @return string The new description tip to use.
    		 */
    		$desc_tip = apply_filters( 'woocommerce_feature_description_tip', $desc_tip, $feature_id, $disabled );
    
    		$feature_setting_defaults = array(
    			'title'    => $feature['name'],
    			'desc'     => $description,
    			'type'     => $type,
    			'id'       => $this->feature_enable_option_name( $feature_id ),
    

See this hook used in plugins: