Support

Account

Home Forums ACF PRO Custom titles not working acf_form false Reply To: Custom titles not working acf_form false

  • at the beginning of your function

    
    function my_post_title_updater( $post_id ) {
    
    	$my_post = array();
    	$my_post['ID'] = $post_id;
    
    	$posttypes = array( 'post' );
    	$currentposttype = get_post_type($post_id); // add $post_id here