pmxi_extend_options_custom_fields.php 175 Bytes
Newer Older
imac's avatar
imac committed
1 2 3 4 5 6
<?php
function pmai_pmxi_extend_options_custom_fields($post_type, $post)
{
	$acf_controller = new PMAI_Admin_Import();										
	$acf_controller->index($post_type, $post);
}