ID, '_meta_value_key', true );?>
true, 'width' => 200, 'flex-height' => true, 'height' => 40, 'default-image' => get_template_directory_uri() . '/images/logo.png', ); add_theme_support( 'custom-header', $header_args ); // Add support for a variety of post formats add_theme_support( 'post-formats', array( 'aside','link', 'gallery', 'status', 'quote', 'image','chat','audio','video' ) ); } register_nav_menus( array( 'header-menu' => __('Header Menu','appointment') )); add_editor_style( get_template_directory_uri() . '/custom-editor-style.css' ); } add_filter( 'the_password_form', 'appointment_custom_password_form' ); function appointment_custom_password_form() { global $post; $label = 'pwbox-'.( empty( $post->ID ) ? rand() : $post->ID ); $output = ''; return $output; } add_theme_support( 'woocommerce' ); ?>