wc_order_attribution_field_description

wc_order_attribution_field_description

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.2.3

apply_filters('wc_order_attribution_field_description') is found 1 times:

  • /src/Internal/Traits/OrderAttributionMeta.php line 385

    Warning: Undefined array key 387 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 388 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 389 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 390 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 *
    		 * @param string $description The description for the order attribution field.
    		 * @param string $field_name  The field name.
    		 */
    		return (string) apply_filters( 'wc_order_attribution_field_description', $description, $field_name );
    	}
    }