INVP::option_page()

Provides the option page string that determines where the settings sections are rendered.


Return Return

(string)


Top ↑

Source Source

File: includes/class-invp.php

	public static function option_page() {
		return apply_filters( 'invp_option_page', self::OPTION_PAGE . '-admin' );
	}