INVP::option_group()

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

On This Page


Return Return

(string)


Top ↑

Source Source

File: includes/class-invp.php

	public static function option_group() {
		return apply_filters( 'invp_option_group', 'dealership_options_option_group' );
	}