Add select method

This commit is contained in:
Jay Wood
2016-09-30 12:31:01 -04:00
parent 99ec5f95af
commit 2554010c51

View File

@ -208,4 +208,8 @@ class CWV2_Settings {
public function editor( $args = array() ) {
}
public function select( $args = array() ) {
}
}