wp_session_commit
Alias of wp_session_write_close().
Description
wp_session_commit();
Usage
if ( !function_exists( 'wp_session_commit' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/libraries/wp-session.php'; } // NOTICE! Understand what this does before running. $result = wp_session_commit();
Defined (2)
The function is defined in the following location(s).
- /deprecated/includes/libraries/wp-session.php
- function wp_session_commit() {
- }
- /includes/Libraries/Session/wp-session.php
- function wp_session_commit() {
- }