Mini Shell

Direktori : /home/brasafestival/www/old/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/
Upload File :
Current File : /home/brasafestival/www/old/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-publicize/src/social-image-generator/class-templates.php

<?php
/**
 * Templates class.
 *
 * @package automattic/jetpack-publicize
 */

namespace Automattic\Jetpack\Publicize\Social_Image_Generator;

/**
 * This class is used to get information about templates.
 */
class Templates {
	/**
	 * Available templates.
	 *
	 * @var array
	 */
	const TEMPLATES = array( 'highway', 'dois', 'fullscreen', 'edge' );

	/**
	 * Default template for new posts.
	 *
	 * @var string
	 */
	const DEFAULT_TEMPLATE = 'highway';
}

Zerion Mini Shell 1.0