You appear to be a bot. Output may be restricted
Description
Returns admin page URL
Usage
OIK_Theme_Update::get_page_url();
Parameters
Returns
voidSource
File name: oik-libs/libs/class-oik-theme-update.phpLines:
1 to 5 of 5
public static function get_page_url() { $args = array( 'page' => 'oik_themes' ); $url = add_query_arg( $args, admin_url( "admin.php" ) ); return $url; }View on GitHub