??????????????
??????????????
??????????????
??????????????
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/mayshine.co.uk/wp-content/plugins/wpforms-lite/includes/functions/education.php
⬅ Kembali
<?php
/**
* Helpers functions for the Education pages.
*
* @since 1.8.2.2
*/
/**
* Get the button.
*
* @since 1.8.2.2
* @since 1.9.6.1 Add $license_level parameter.
*
* @param string $action Action to perform.
* @param bool $plugin_allow Is plugin allowed.
* @param string $path Plugin file.
* @param string $url URL for download plugin.
* @param array $utm UTM parameters.
* @param string $license_level License level.
*/
function wpforms_edu_get_button( $action, $plugin_allow, $path, $url, $utm, $license_level = '' ) {
// If the user is not allowed to use the plugin, show the upgrade button.
if ( ! $plugin_allow ) {
wpforms_edu_get_upgrade_button( $utm, [], $license_level );
return;
}
$status = 'inactive';
$data_plugin = $path;
$title = esc_html__( 'Activate', 'wpforms-lite' );
$can_install = wpforms_can_install( 'addon' );
if ( $action === 'install' ) {
$status = 'download';
$data_plugin = $url;
$title = esc_html__( 'Install & Activate', 'wpforms-lite' );
}
?>
<?php if ( $action === 'install' && ! $can_install ) : ?>
<div class="wpforms-notice wpforms-error">
<p><?php esc_html_e( 'Plugin installation is disabled for this site.', 'wpforms-lite' ); ?></p>
</div>
<?php else : ?>
<button
class="status-<?php echo esc_attr( $status ); ?> wpforms-btn wpforms-btn-lg wpforms-btn-blue wpforms-education-toggle-plugin-btn"
data-type="addon"
data-action="<?php echo esc_attr( $action ); ?>"
data-plugin="<?php echo esc_attr( $data_plugin ); ?>">
<i></i><?php echo esc_html( $title ); ?>
<?php endif; ?>
<?php
}
/**
* Get the upgrade button.
*
* @since 1.8.2.2
* @since 1.9.6.1 Add $license_level parameter.
*
* @param array $utm UTM parameters.
* @param array $classes Classes.
* @param string $license_level License level.
*/
function wpforms_edu_get_upgrade_button( $utm, $classes = [], $license_level = '' ) {
$utm_medium = isset( $utm['medium'] ) ? $utm['medium'] : '';
$utm_content = isset( $utm['content'] ) ? $utm['content'] : '';
$default_classes = [ 'wpforms-btn', 'wpforms-btn-lg', 'wpforms-btn-orange' ];
$default_classes[] = ! wpforms()->is_pro() ? 'wpforms-upgrade-modal' : '';
$btn_classes = array_merge( $default_classes, (array) $classes );
$upgrade_button_label = esc_html__( 'Upgrade to WPForms Pro', 'wpforms-lite' );
if ( ! empty( $license_level ) && is_string( $license_level ) ) {
$upgrade_button_label = sprintf(
/* translators: %s: License name. */
esc_html__( 'Upgrade to WPForms %s', 'wpforms-lite' ),
esc_html( ucfirst( $license_level ) )
);
}
?>
<a
href="<?php echo esc_url( wpforms_admin_upgrade_link( $utm_medium, $utm_content ) ); ?>"
target="_blank"
rel="noopener noreferrer"
class="<?php echo esc_attr( implode( ' ', array_filter( $btn_classes ) ) ); ?>">
<?php echo esc_html( $upgrade_button_label ); ?>
</a>
<?php
}
Nama
Tipe
Ukuran
Diubah
Aksi
📄 .htaccess
htaccess
237 B
2026-06-23 08:04
🐘 access.php
php
10.8 KB
2026-05-28 15:16
🐘 builder.php
php
1.4 KB
2025-06-17 13:49
🐘 checks.php
php
16.2 KB
2026-06-18 16:16
🐘 colors.php
php
4 KB
2023-11-28 16:59
🐘 data-presets.php
php
19.1 KB
2025-11-06 19:10
🐘 date-time.php
php
2.8 KB
2025-06-05 16:54
🐘 debug.php
php
5.3 KB
2025-08-11 13:38
🐘 education.php
php
2.9 KB
2025-06-17 13:49
🐘 escape-sanitize.php
php
18 KB
2026-06-03 16:18
🐘 filesystem-media.php
php
8.8 KB
2026-06-03 16:18
🐘 form-fields.php
php
19.2 KB
2026-03-19 16:20
🐘 forms.php
php
14.6 KB
2026-05-28 15:16
🐘 list.php
php
6.9 KB
2024-06-13 16:24
🐘 payments.php
php
21.8 KB
2025-07-31 14:13
🐘 plugins.php
php
2.4 KB
2025-06-05 16:54
🐘 privacy.php
php
2.5 KB
2025-02-27 17:40
🐘 providers.php
php
2 KB
2025-06-05 16:54
🐘 utilities.php
php
10.4 KB
2026-06-18 16:16