INVP::option_page()
option_page
Contents
Description Description
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', 'dealership-options-admin' ); }
Expand full source code Collapse full source code View on Github