| 1 |
<?php |
| 2 |
$config = array(); |
| 3 |
|
| 4 |
$config['plugin_screen'] = 'tools_page_wp-reset'; |
| 5 |
$config['icon_border'] = '1px solid #00000099'; |
| 6 |
$config['icon_right'] = '35px'; |
| 7 |
$config['icon_bottom'] = '45px'; |
| 8 |
$config['icon_image'] = 'wp-reset.png'; |
| 9 |
$config['icon_padding'] = '4px'; |
| 10 |
$config['icon_size'] = '55px'; |
| 11 |
$config['menu_accent_color'] = '#dd3036'; |
| 12 |
$config['custom_css'] = '#wf-flyout .ucp-icon .wff-icon img { max-width: 70%; } #wf-flyout .ucp-icon .wff-icon { line-height: 57px; } #wf-flyout .wp301-icon .wff-icon img { max-width: 70%; } #wf-flyout .wp301-icon .wff-icon { line-height: 57px; } #wf-flyout .wff-custom-icon.wff-menu-item-6 span.wff-icon { line-height: 63px; }'; |
| 13 |
|
| 14 |
$config['menu_items'] = array( |
| 15 |
array('href' => '#', 'label' => 'Get WP Reset PRO Lifetime deal for the price of a 1-year license', 'icon' => 'wp-reset.png', 'class' => 'button-pro-feature', 'data' => 'data-feature="flyout"'), |
| 16 |
array('href' => 'https://wpforcessl.com/?ref=wff-wp-reset', 'label' => 'Fix all SSL problems & monitor site in real-time', 'icon' => 'wp-ssl.png', 'class' => 'wpfssl-icon'), |
| 17 |
array('href' => 'https://wp301redirects.com/?ref=wff-wp-reset&coupon=50off', 'label' => 'Get WP 301 Redirects PRO with 50% off', 'icon' => '301-logo.png', 'class' => 'wp301-icon'), |
| 18 |
array('href' => 'https://underconstructionpage.com/?ref=wff-wp-reset&coupon=welcome', 'target' => '_blank', 'label' => 'Create the perfect Under Construction Page', 'icon' => 'ucp.png', 'class' => 'ucp-icon'), |
| 19 |
array('href' => 'https://wpsticky.com/?ref=wff-wp-reset', 'target' => '_blank', 'label' => 'Make any element sticky with WP Sticky', 'icon' => 'dashicons-admin-post'), |
| 20 |
array('href' => 'https://wordpress.org/support/plugin/wp-reset/reviews/#new-post', 'target' => '_blank', 'label' => 'Rate the Plugin', 'icon' => 'dashicons-thumbs-up'), |
| 21 |
array('href' => 'https://wordpress.org/support/plugin/wp-reset/#new-post', 'target' => '_blank', 'label' => 'Get Support', 'icon' => 'dashicons-sos'), |
| 22 |
); |
| 23 |
|