Filter Regex Soft Attributes

wpmt/settings/get_soft_attribute_regex

Description:
This filter allows you to manipulate the URL that is created to display the email image.

Parameter Type Description
$return mixed Returns either an array of all soft regex, the regex value for a single one or false if non is found.
$single string Null by default or the soft regex slug of a chosen key
return apply_filters( 'wpmt/settings/get_soft_attribute_regex', $return, $single );
Updated on September 13, 2019

Was this article helpful?

Related Articles