PUM_Fields::taxonomyselect_sanitize( $value = array(),  $args = array() )


Description Description


Source Source

File: includes/class-pum-fields.php

    public function taxonomyselect_sanitize( $value = array(), $args = array() ) {
        return $this->objectselect_sanitize( $value, $args );
    }


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.