do_action( 'tribe_events_pro_after_custom_field_content', array $field, int $index, int $count, array $custom_fields )

Allow for additional rendering of elements inside at the end of the custom fields markup.


Parameters

$field

(array) Field rendered on this action

$index

(int) Index of the field usually used to identify the field name

$count

(int) Total count of the current field useful to identify copies amount of same field

$custom_fields

(array) An array with all the custom fields


Top ↑

Source

File: src/admin-views/event-meta-options.php


Top ↑

Changelog

Changelog
Version Description
4.4.34 Introduced.