Action: wpbuddy/rich_snippets/rest/property/html/fields

do_action( 'wpbuddy/rich_snippets/rest/property/html/fields', $field_args )

Property fields hook. Allows to display additional fields.
Parameters:
Name Type Description
$field_args array
$field_args.property Schema_Property
$field_args.current_type string
$field_args.html_id string
$field_args.property_id string
$field_args.input_name string
$field_args.selected string The selected item.
$field_args.value string The current value.
Since:
  • 2.0.0
Source:

do_action( 'wpbuddy/rich_snippets/rest/property/html/fields', $args )

Render Property HTML field. Allows third party plugins to display html code when a property field is printed out.
Parameters:
Name Type Description
$args array Arguments with the following keys: property, current_type, html_id, property_id, input_name, selected, value, screen
Since:
  • 2.0.0
Source:

do_action( 'wpbuddy/rich_snippets/rest/property/html/fields', $field_args )

Property fields hook. Allows to display additional fields.
Parameters:
Name Type Description
$field_args array
$field_args.property Schema_Property
$field_args.current_type string
$field_args.html_id string
$field_args.property_id string
$field_args.input_name string
$field_args.selected string The selected item.
$field_args.value string The current value.
Since:
  • 2.0.0
Source:

do_action( 'wpbuddy/rich_snippets/rest/property/html/fields', $args )

Render Property HTML field. Allows third party plugins to display html code when a property field is printed out.
Parameters:
Name Type Description
$args array Arguments with the following keys: property, current_type, html_id, property_id, input_name, selected, value, screen
Since:
  • 2.0.0
Source: