$values ) { if ( false == get_option( $option_name ) ) { add_option( $option_name, $values ); } } // Create custom database tables ayg_db_create_custom_tables(); // Insert the plugin version add_option( 'ayg_version', AYG_VERSION ); } }