*/ if ( !defined( 'WPINC' ) ) { die; } /** * Builds page for editing a activity * * @param string $title Page title * @param string $action Display and name text for primary button * @param array $map Information about the activity * @return string Page */ function acts_plan_management( $title, $action, $map = null ) { global $wpdb; $current_url = ( isset($_SERVER['HTTPS']) ? 'https' : 'http' ) . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; $current_url = remove_query_arg( 'action', $current_url ); $current_url = remove_query_arg( 'item_id', $current_url ); if ( $map === null ) { $map = array( 'name' => '', 'sessions' => 6, 'description' => '', 'session_map' => array() ); } $output = ''; $output .= '