Code Duplication    Length = 5-5 lines in 2 locations

includes/general.php 2 locations

@@ 1931-1935 (lines=5) @@
1928
    elseif ( 'taxonomy' == $object_type ) {
1929
		if ( apply_filters( 'pods_meta_handler', true, 'term' ) ) {
1930
            // Handle *_term_meta
1931
			if ( apply_filters( 'pods_meta_handler_get', true, 'term' ) ) {
1932
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(
1933
					array( 'get_term_metadata', array( PodsInit::$meta, 'get_term_meta' ), 10, 4 )
1934
				) );
1935
			}
1936
			
1937
			if ( !pods_tableless() ) {
1938
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(
@@ 1958-1962 (lines=5) @@
1955
1956
		if ( apply_filters( 'pods_meta_handler', true, 'post' ) ) {
1957
            // Handle *_post_meta
1958
			if ( apply_filters( 'pods_meta_handler_get', true, 'post' ) ) {
1959
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(
1960
					array( 'get_post_metadata', array( PodsInit::$meta, 'get_post_meta' ), 10, 4 )
1961
				) );
1962
			}
1963
1964
			if ( !pods_tableless() ) {
1965
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(