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

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

  • /includes/api/api-helpers.php line 1442
    	 * @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
    *