acf/get_post_types

acf/get_post_types

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.5.12.3

apply_filters('acf/get_post_types') is found 1 times:

  • /includes/api/api-helpers.php line 649
    		$post_types[] = $i;
    	}
    
    	// filter
    	$post_types = apply_filters( 'acf/get_post_types', $post_types, $args );
    
    	// return
    	return $post_types;
    }
    
    function acf_get_pretty_post_types( $post_types = array() ) {