acf/validate_post_id

acf/validate_post_id

Hook Type: filter

See hook in core

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

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

  • /includes/api/api-helpers.php line 2199
    2195
    2196
    2197
    2198
    2199
    2200
    2201
    2202
    2203
            }
        }
     
        // filter for 3rd party
        $post_id = apply_filters( 'acf/validate_post_id', $post_id, $_post_id );
     
        // return
        return $post_id;
    }