Post Selection
Customize a query (WP_Query) that is used to get posts for a Post Selection.
List
Description
Query Args (Pro)
add_filter('acf_views/card/query_args', function ($args, $cardId, $pageNumber) {
// any modifications to the $args here
return $args;
}, 10, 3);Posts Data (Pro)
Custom Post Selection Variables (Pro)
Shortcode output
Last updated