'%', 'keyword_ident' => 'CODE', 'closing_ident' => '%', 'debug' => '', 'excerpts' => '', ); // Merge existing and default options - any missing from existing will take the default settings $new_options = array_merge( $default_array, $options ); // Update the options, if changed, and return the result if ( $options != $new_options ) { update_option( 'artiss_code_embed', $new_options ); } } } add_action( 'init', 'ce_initialisation' ); ?>