bp_media_settings_callback_extension_link()

Description

Source

File: bp-media/bp-media-settings.php

1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
function bp_media_settings_callback_extension_link() {
 
    printf(
        '<label>%s</label>',
        sprintf(
            __( '<a href="%s">Manage</a> which file extensions are allowed to be uploaded.', 'buddyboss' ),
            bp_get_admin_url(
                add_query_arg(
                    array(
                        'page' => 'bp-settings',
                        'tab'  => 'bp-document',
                    ),
                    'admin.php'
                )
            )
        )
    );
}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.