bbp_admin_setting_callback_editlock()

Edit lock setting field

Description

Source

File: bp-forums/admin/settings.php

function bbp_admin_setting_callback_editlock() {
?>

	<input name="_bbp_edit_lock" id="_bbp_edit_lock" type="number" min="0" step="1" value="<?php bbp_form_option( '_bbp_edit_lock', '5' ); ?>" class="small-text"<?php bbp_maybe_admin_setting_disabled( '_bbp_edit_lock' ); ?> />
	<label for="_bbp_edit_lock"><?php esc_html_e( 'minutes', 'buddyboss' ); ?></label>

<?php
}

Changelog

Changelog
Version Description
bbPress (r2737) Introduced.

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.