Custom Dynamic Data for Repeater #25
cmbibby
started this conversation in
Coding (HTML, PHP, CSS, JS)
Replies: 2 comments
-
|
I am interested in this as well. Try to make repeaters /easy post somehow compatible with ACF Custom Database Tables. Therefore need to get a custom SQL query somehow to work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I would like a option to use repeater using custom php function to get data but I guess I just keep doing thst via custom code blocks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Oxygen crew,
I've been having a look through the acf and toolset integrations and see there is a filter called oxygen_custom_dynamic_data. Is it possible or would it be possible in a future release to be able to target a particular repeater and give it an array of custom data?
For instance if I wanted to roll my own query, using WP_Query or even a query from a custom table, I could then target a repeater with the results from that query.
Something like add_filter('oxygen_custom_dynamic_data_dynamic_list_343-5', 'results_from_my_query');
Am I correct that assuming the only way to get at the actual query currently is at the pre_get_posts hook?
Cheers
Chris
Beta Was this translation helpful? Give feedback.
All reactions