PluginProbe
Orderable – Restaurant & Food Ordering System / 1.10.0
Orderable – Restaurant & Food Ordering System v1.10.0
0.1.4 0.1.5 0.2.0 1.0.0 1.1.0 1.1.1 1.10.0 1.10.1 1.11.0 1.12.0 1.12.1 1.12.2 1.13.0 1.14.0 1.15.0 1.16.0 1.17.0 1.17.1 1.18.0 1.19.0 1.19.1 1.19.2 1.2.0 1.20.0 1.20.1 All 44 releases
orderable / inc / modules / layouts / functions-layouts.php

functions-layouts.php in Orderable – Restaurant & Food Ordering System 1.10.0, at inc/modules/layouts/functions-layouts.php

19 lines 288 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Functions: Layouts.
4 *
5 * @package Orderable/Functions
6 */
7
8 defined( 'ABSPATH' ) || exit;
9
10 /**
11 * Orderable function to render layout.
12 *
13 * @param int|null $id
14 */
15 function orderable( $id = null ) {
16 echo Orderable_Layouts::orderable_shortcode( array(
17 'id' => $id,
18 ) );
19 }