INVP::option_group()

Provides the option group string that is needed for register_setting() calls.


Return Return

(string)


Top ↑

Source Source

File: includes/class-invp.php

				return 'number' === $key_and_type['type'] ?? '' || 'integer' === $key_and_type['type'] ?? '';
			}
		}