??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/netecfwd.co.uk/wp-content/plugins/wpforms-lite/includes/functions/builder.php
⬅ Kembali
<?php
/**
* Helpers functions for builder.
*
* @since 1.9.6.1
*/
/**
* Outputs a button element to display the connection status for a given connection.
*
* @since 1.9.6.1
*
* @param string $connection_id The unique identifier for the connection.
* @param string $name The name attribute value to be used for the status input field.
* @param bool $is_active Connection status, where true represents active and false represents inactive.
*/
function wpforms_connection_status_button( string $connection_id, string $name, bool $is_active ) {
$label = $is_active ? __( 'Active', 'wpforms-lite' ) : __( 'Inactive', 'wpforms-lite' );
$title = $is_active ? __( 'Deactivate', 'wpforms-lite' ) : __( 'Activate', 'wpforms-lite' );
printf(
'<span class="wpforms-builder-settings-block-status wpforms-badge wpforms-badge-sm wpforms-badge-%1$s wpforms-status-button" title="%5$s" data-active="%2$s" data-connection-id="%6$s">%3$s<i class="wpforms-status-label">%4$s</i></span>',
sanitize_html_class( $is_active ? 'green' : 'silver' ),
esc_attr( $is_active ),
$is_active ? '<i class="fa fa-check"></i>' : '<i class="fa fa-times"></i>',
esc_html( $label ),
esc_attr( $title ),
esc_attr( $connection_id )
);
printf( '<input type="hidden" name="%1$s" id="wpforms-connection-status-%2$s" value="%3$d">', esc_attr( $name ), esc_attr( $connection_id ), absint( $is_active ) );
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 access.php
php
10.8 KB
2026-06-19 06:58
🐘 builder.php
php
1.4 KB
2026-06-19 06:58
🐘 checks.php
php
16.2 KB
2026-06-19 06:58
🐘 colors.php
php
4 KB
2026-06-19 06:58
🐘 data-presets.php
php
19.1 KB
2026-06-19 06:58
🐘 date-time.php
php
2.8 KB
2026-06-19 06:58
🐘 debug.php
php
5.3 KB
2026-06-19 06:58
🐘 education.php
php
2.9 KB
2026-06-19 06:58
🐘 escape-sanitize.php
php
18 KB
2026-06-19 06:58
🐘 filesystem-media.php
php
8.8 KB
2026-06-19 06:58
🐘 form-fields.php
php
19.2 KB
2026-06-19 06:58
🐘 forms.php
php
14.6 KB
2026-06-19 06:58
🐘 list.php
php
6.9 KB
2026-06-19 06:58
🐘 payments.php
php
21.8 KB
2026-06-19 06:58
🐘 plugins.php
php
2.4 KB
2026-06-19 06:58
🐘 privacy.php
php
2.5 KB
2026-06-19 06:58
🐘 providers.php
php
2 KB
2026-06-19 06:58
🐘 utilities.php
php
10.4 KB
2026-06-19 06:58