File "functions-layouts.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/orderable/inc/modules/layouts/functions-layouts.php
File size: 294 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Functions: Layouts.
 *
 * @package Orderable/Functions
 */

defined( 'ABSPATH' ) || exit;

/**
 * Orderable function to render layout.
 *
 * @param int|null $id
 */
function orderable( $id = null ) {
	echo Orderable_Layouts::orderable_shortcode(
		array(
			'id' => $id,
		)
	);
}