pods-framework / pods-beaver-builder-themer-add-on

Integration of Beaver Themer plugin for WordPress (https://pods.io/beaver-themer/)
https://wordpress.org/plugins/pods-beaver-builder-themer-add-on/
GNU General Public License v2.0
35 stars 6 forks source link

Improve field connection settings array creation ( recurse_pod_fields() ) #78

Open quasel opened 6 years ago

quasel commented 6 years ago

Idea: only run recurse_pod_fields() once per pod for creating a "single" pods configuration array then just "filter" it to create everything needed to avoid multiple recurse_pod_fields() calls with different filter options for the same "pod"

FLPageData::add_post_property( 'pods_multiple_photos_manual', $data );
FLPageData::add_post_property_settings_fields( 'pods_multiple_photos_manual', $form );