PUM_Fields::objectselect_sanitize( $value = array(), $args = array() )
Description Description
Source Source
File: includes/class-pum-fields.php
public function objectselect_sanitize( $value = array(), $args = array() ) { return wp_parse_id_list( $value ); }
Expand full source code Collapse full source code View on Trac