Code Duplication    Length = 5-5 lines in 2 locations

includes/general.php 2 locations

@@ 1864-1868 (lines=5) @@
1861
    elseif ( 'taxonomy' == $object_type ) {
1862
		if ( apply_filters( 'pods_meta_handler', true, 'term' ) ) {
1863
            // Handle *_term_meta
1864
			if ( apply_filters( 'pods_meta_handler_get', true, 'term' ) ) {
1865
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(
1866
					array( 'get_term_metadata', array( PodsInit::$meta, 'get_term_meta' ), 10, 4 )
1867
				) );
1868
			}
1869
1870
			if ( !pods_tableless() ) {
1871
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(
@@ 1891-1895 (lines=5) @@
1888
1889
		if ( apply_filters( 'pods_meta_handler', true, 'post' ) ) {
1890
            // Handle *_post_meta
1891
			if ( apply_filters( 'pods_meta_handler_get', true, 'post' ) ) {
1892
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(
1893
					array( 'get_post_metadata', array( PodsInit::$meta, 'get_post_meta' ), 10, 4 )
1894
				) );
1895
			}
1896
1897
			if ( !pods_tableless() ) {
1898
				$no_conflict[ 'filter' ] = array_merge( $no_conflict[ 'filter' ], array(