Code Duplication    Length = 5-5 lines in 2 locations

includes/general.php 2 locations

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