--- a/wp/wp-content/plugins/option-tree/includes/ot-functions-deprecated.php Mon Jun 08 16:11:51 2015 +0000
+++ b/wp/wp-content/plugins/option-tree/includes/ot-functions-deprecated.php Tue Jun 09 03:35:32 2015 +0200
@@ -28,7 +28,7 @@
function get_option_tree( $item_id = '', $options = '', $echo = false, $is_array = false, $offset = -1 ) {
/* load saved options */
if ( ! $options )
- $options = get_option( 'option_tree' );
+ $options = get_option( ot_options_id() );
/* no value return */
if ( ! isset( $options[$item_id] ) || empty( $options[$item_id] ) )