xprofile_field_additional_options, $this

xprofile_field_additional_options, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('xprofile_field_additional_options, $this') is found 1 times:

  • /bp-xprofile/classes/class-bp-xprofile-field.php line 1768
     
    				<?php
    
    				// Deprecated filter, don't use. Go look at {@link BP_XProfile_Field_Type::admin_new_field_html()}.
    				do_action( 'xprofile_field_additional_options', $this );
    
    				$this->render_admin_form_children(); ?>
    
    			</div>
    		</div>