This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies. Learn More

Using Sessions In Wordpress Plugins

Using Sessions In Wordpress Plugins Web-development (jquery) Using Sessions In Wordpress Plugins

Using Sessions in WordPress Plugins
Using Sessions in WordPress Plugins

In your theme/plugin

Add the next piece of code to your functions.php or plugin file to enable sessions:

/** * init_sessions() * * @uses session_id() * @uses session_start() */function init_sessions(){if(!session_id()){session_start(); }} add_action('init', 'init_sessions');

0 Response to "Using Sessions In Wordpress Plugins"

Posting Komentar

Contact

Nama

Email *

Pesan *