Include
<?php
$tea_content = array(
array(
'type' => 'include',
'title' => 'No more jokes...',
'file' => 'my_php_file_path.php',
),
);
Updated less than a minute ago
<?php
$tea_content = array(
array(
'type' => 'include',
'title' => 'No more jokes...',
'file' => 'my_php_file_path.php',
),
);
Updated less than a minute ago