aioseop_welcome
The All In One SEO Pack aioseop welcome function.
Description
aioseop_welcome();
Usage
if ( !function_exists( 'aioseop_welcome' ) ) { require_once ABSPATH . PLUGINDIR . 'all-in-one-seo-pack/all_in_one_seo_pack.php'; } // NOTICE! Understand what this does before running. $result = aioseop_welcome();
Defined (1)
The function is defined in the following location(s).
- /all_in_one_seo_pack.php
- function aioseop_welcome() {
- if( get_transient( '_aioseop_activation_redirect') ) {
- $aioseop_welcome = new aioseop_welcome();
- delete_transient( '_aioseop_activation_redirect' );
- $aioseop_welcome->init();
- }
- }