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.5

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

  • /includes/api/api-helpers.php line 1199
    1195
    1196
    1197
    1198
    1199
    1200
    1201
    1202
    1203
    1204
    1205
         * @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