A change 😄
This commit is contained in:
@ -6,25 +6,29 @@ class CWV2_Settings {
|
|||||||
public function def_group() {
|
public function def_group() {
|
||||||
|
|
||||||
}
|
}
|
||||||
public function check() {
|
public function check( $args = array() ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
public function number() {
|
public function number( $args = array() ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
public function text() {
|
public function text( $args = array() ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
public function radio() {
|
public function radio( $args = array() ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
public function media() {
|
public function media( $args = array() ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
public function color() {
|
public function color( $args = array() ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
public function textbox() {
|
public function textbox( $args = array() ) {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private function _text_input( $args = array() ) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user