fsn_get_button_anchor_attributes

fsn_get_button_anchor_attributes( array $button_object, string $classes )

Returns a string of button anchor attributes.


Parameters

$button_object
(array) (required) The button object. Get this object by passing a button field value to the fsn_get_button_object function.

$classes
(string) (optional) An optional CSS classes string to add to the class attribute output.


Example