コード例 #1
0
/**
 * Echo the field visibility radio buttons.
 *
 * @since 1.6.0
 *
 * @param array|string $args Args for the radio buttons. See {@link bp_profile_get_visibility_radio_buttons}
 */
function bp_profile_visibility_radio_buttons($args = '')
{
    echo bp_profile_get_visibility_radio_buttons($args);
}
コード例 #2
0
/**
 * Echo the field visibility radio buttons
 */
function bp_profile_visibility_radio_buttons()
{
    echo bp_profile_get_visibility_radio_buttons();
}