INVP::option_page()
Provides the option page string that determines where the settings sections are rendered.
Return Return
(string)
Source Source
File: includes/class-invp.php
public static function option_page() { return apply_filters( 'invp_option_page', self::OPTION_PAGE . '-admin' ); }
Expand full source codeCollapse full source codeView on Github