acf/acf_get_posts/results

acf/acf_get_posts/results

Hook Type: filter

See hook in core

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

apply_filters('acf/acf_get_posts/results') is found 1 times:

  • /includes/api/api-helpers.php line 1215
    1211
    1212
    1213
    1214
    1215
    1216
    1217
    1218
    1219
    1220
    1221
         * @since 6.1.7
         *
         * @param array $posts The results from the `get_posts()` call.
         */
        return apply_filters( 'acf/acf_get_posts/results', $posts );
    }
     
    /**
     * _acf_query_remove_post_type
     *
     * This function will remove the 'wp_posts.post_type' WHERE clause completely