'', 'default-preset' => 'default', 'default-position-x' => 'left', 'default-position-y' => 'top', 'default-size' => 'auto', 'default-repeat' => 'repeat', 'default-attachment' => 'scroll', 'default-color' => '', 'wp-head-callback' => '_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); self::$data['custom-header'] = array( 'default-image' => '', 'random-default' => false, 'width' => 0, 'height' => 0, 'flex-height' => false, 'flex-width' => false, 'default-text-color' => '', 'header-text' => true, 'uploads' => true, 'wp-head-callback' => '', 'admin-head-callback' => '', 'admin-preview-callback' => '', 'video' => false, 'video-active-callback' => 'is_front_page', ); self::$data['custom-logo'] = array( 'height' => 100, 'width' => 400, 'flex-height' => true, 'flex-width' => true, 'header-text' => array( 'site-title', 'site-description' ), ); self::$data['html5'] = array( 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption', ); //self::$data['title-tag'] = array(); //self::$data['automatic-feed-links'] = array(); self::$data['customize-selective-refresh-widgets'] = array( ); } //////////////////////////////////////////////////////////// //// Provide data. //////////////////////////////////////////////////////////// ////////////////////////////////////////////////// /** * Returns theme supports list. * * @since 1.0.0 * * @param array $content Content to filter. * * @return array */ static function get_data( $content = null ) { return self::$data; } //////////////////////////////////////////////////////////// //// End of our class. //////////////////////////////////////////////////////////// }