INVP::option_group()
Provides the option group string that is needed for register_setting() calls.
Return Return
(string)
Source Source
File: includes/class-invp.php
public static function option_group() { return apply_filters( 'invp_option_group', 'dealership_options_option_group' ); }
Expand full source codeCollapse full source codeView on Github