INVP::option_group()
option_group
Contents
Description Description
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 code Collapse full source code View on Github