This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* based on https://gist.github.com/sudarshann/66c55e48f1e36fb5412261d869976dc7 | |
* | |
* sorry for german wordings inside! | |
*/ | |
class AndrekellingthemeAcfValidateStaffelpreis { | |
public function __construct() { | |
add_filter('acf/validate_value/name=prices', [$this, 'acf_validate_staffelpreis'], 10, 4); | |
} |
OlderNewer