PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.3.2
StreamCast – bring live radio to your site with a sleek player v2.3.2
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / inc / functions.php

functions.php in StreamCast – bring live radio to your site with a sleek player 2.3.2, at inc/functions.php

9 lines 232 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // Function To Get Meta Value
4 if (!function_exists('stp_get_meta')) {
5 function stp_get_meta($id, $key, $default = null) {
6 $value = get_post_meta($id, $key, true);
7 return $value ?: $default;
8 }
9 }