Plugin Directory

Changeset 3398621


Ignore:
Timestamp:
11/19/2025 08:18:14 AM (4 months ago)
Author:
yipresser
Message:

updated to v1.4.1

Location:
admin-optimizer
Files:
164 added
8 deleted
16 edited

Legend:

Unmodified
Added
Removed
  • admin-optimizer/trunk/admin-optimizer.php

    r3396481 r3398621  
    22/**
    33 * Plugin Name: Admin Optimizer
    4  * Plugin URI: https://www.yipresser.com
     4 * Plugin URI: https://www.adminoptimizer.com
    55 * Description: An all-in-one plugin to enhance your WordPress sites
    6  * Version: 1.4.0
     6 * Version: 1.4.1
    77 * Requires PHP: 7.2.5
    88 * Author: Yipresser
  • admin-optimizer/trunk/admin/admin-settings.php

    r3396481 r3398621  
    9292                <div>
    9393                    <button id="adminoptim-submit-btn" class="button button-primary adminoptim-submit-btn"><?php esc_html_e( 'Save Changes', 'admin-optimizer' ); ?></button>
    94                     <a href="<?php echo esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ); ?>" class="button adminoptim-pro-btn" target="_blank"><?php esc_html_e( 'Upgrade to Pro', 'admin-optimizer' ); ?></a>
     94                    <a href="<?php echo esc_url( 'https://www.adminoptimizer.com/#pricing' ); ?>" class="button adminoptim-pro-btn" target="_blank"><?php esc_html_e( 'Upgrade to Pro', 'admin-optimizer' ); ?></a>
    9595                </div>
    9696            </div>
     
    100100                <?php
    101101                    // translators: %s is the outgoing link to the Pro site.
    102                     $promotion_message = sprintf( __( 'Get more optimization with %1$sAdmin Optimizer Pro%2$s', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' );
     102                    $promotion_message = sprintf( __( 'Get more optimization with %1$sAdmin Optimizer Pro%2$s', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' );
    103103                    echo wp_kses( $promotion_message, 'a' );
    104104                ?>
  • admin-optimizer/trunk/languages/admin-optimizer.pot

    r3396481 r3398621  
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-11-14T06:15:50+00:00\n"
     12"POT-Creation-Date: 2025-11-19T07:20:54+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
     
    1717#. Plugin Name of the plugin
    1818#: admin-optimizer.php
    19 #: admin/admin-settings.php:90
     19#: admin/admin-settings.php:91
    2020#: admin/bootstrap.php:123
    2121#: admin/bootstrap.php:124
     
    2525#. Plugin URI of the plugin
    2626#: admin-optimizer.php
    27 msgid "https://www.yipresser.com"
     27msgid "https://www.adminoptimizer.com"
    2828msgstr ""
    2929
     
    4343msgstr ""
    4444
    45 #: admin/admin-settings.php:73
     45#: admin/admin-settings.php:74
    4646msgid "Admin Optimizer Modules"
    4747msgstr ""
    4848
    49 #: admin/admin-settings.php:74
     49#: admin/admin-settings.php:75
    5050msgid "Modules"
    5151msgstr ""
    5252
    53 #: admin/admin-settings.php:92
    54 #: admin/admin-settings.php:152
     53#: admin/admin-settings.php:93
     54#: admin/admin-settings.php:153
    5555msgid "Save Changes"
    5656msgstr ""
    5757
    58 #: admin/admin-settings.php:93
     58#: admin/admin-settings.php:94
    5959msgid "Upgrade to Pro"
    6060msgstr ""
    6161
    6262#. translators: %s is the outgoing link to the Pro site.
    63 #: admin/admin-settings.php:101
     63#: admin/admin-settings.php:102
    6464#, php-format
    6565msgid "Get more optimization with %1$sAdmin Optimizer Pro%2$s"
  • admin-optimizer/trunk/modules/2fa/settings/two-factor-authentication-settings.php

    r3389336 r3398621  
    7575                'title'       => __( 'Pro Options', 'admin-optimizer' ),
    7676                /* translators: %1$s is the anchor link to the Pro version. %2$s is the closing anchor tag */
    77                 'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' ),
     77                'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' ),
    7878                'menu_slug'   => Two_Factor_Authentication::MENU_SLUG . '_Pro',
    7979                'option_name' => Two_Factor_Authentication::OPTION_NAME,
  • admin-optimizer/trunk/modules/block-login/settings/block-login-settings.php

    r3378610 r3398621  
    6161                'title'       => __( 'Pro Options', 'admin-optimizer' ),
    6262                /* translators: %1$s is the anchor link to the Pro version. %2$s is the closing anchor tag */
    63                 'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' ),
     63                'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' ),
    6464                'menu_slug'   => Block_Login::MENU_SLUG . '_pro',
    6565                'option_name' => Block_Login::OPTION_NAME,
  • admin-optimizer/trunk/modules/content-management/content-management.php

    r3396481 r3398621  
    108108                    'name'  => 'enable_custom_post_status',
    109109                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    110                     'label' => sprintf( __( 'Enable the creation of custom post status. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/custom-post-status/' ) . '" target="_blank">', '</a>' ),
     110                    'label' => sprintf( __( 'Enable the creation of custom post status. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/custom-post-status/' ) . '" target="_blank">', '</a>' ),
    111111                ],
    112112                'post-types'         => [
     
    116116                    'name'  => 'enable_custom_post_types',
    117117                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    118                     'label' => sprintf( __( 'Enable the creation of custom post types.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/custom-post-type/' ) . '" target="_blank">', '</a>' ),
     118                    'label' => sprintf( __( 'Enable the creation of custom post types.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/custom-post-type/' ) . '" target="_blank">', '</a>' ),
    119119                ],
    120120                'taxonomies'         => [
     
    124124                    'name'  => 'enable_custom_taxonomies',
    125125                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    126                     'label' => sprintf( __( 'Enable the creation of custom taxonomies.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/custom-taxonomies/' ) . '" target="_blank">', '</a>' ),
     126                    'label' => sprintf( __( 'Enable the creation of custom taxonomies.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/custom-taxonomies/' ) . '" target="_blank">', '</a>' ),
    127127                ],
    128128                'auto-publish'       => [
     
    132132                    'name'  => 'enable_publish_missed_posts',
    133133                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    134                     'label' => sprintf( __( 'Check posts every 15 minutes and auto publish posts with missed schedule.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/auto-publish-posts/' ) . '" target="_blank">', '</a>' ),
     134                    'label' => sprintf( __( 'Check posts every 15 minutes and auto publish posts with missed schedule.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/auto-publish-posts/' ) . '" target="_blank">', '</a>' ),
    135135                ],
    136136                'auto-open-advanced' => [
     
    140140                    'name'  => 'enable_auto_open_advanced',
    141141                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    142                     'label' => sprintf( __( 'Reduce mouse clicks and open the Advanced field in Gutenberg when you move your mouse over it.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/auto-open-advanced-field-in-gutenberg/' ) . '" target="_blank">', '</a>' ),
     142                    'label' => sprintf( __( 'Reduce mouse clicks and open the Advanced field in Gutenberg when you move your mouse over it.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/auto-open-advanced-field-in-gutenberg/' ) . '" target="_blank">', '</a>' ),
    143143                ],
    144144                'auto-add-anchor'    => [
     
    148148                    'name'  => 'enable_auto_add_anchor',
    149149                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    150                     'label' => sprintf( __( 'Transform your WordPress headings into clickable link targets, making it easier for readers to navigate through your posts and share specific sections.<br/>(only works in Gutenberg editor)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/auto-add-html-anchor/' ) . '" target="_blank">', '</a>' ),
     150                    'label' => sprintf( __( 'Transform your WordPress headings into clickable link targets, making it easier for readers to navigate through your posts and share specific sections.<br/>(only works in Gutenberg editor)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/auto-add-html-anchor/' ) . '" target="_blank">', '</a>' ),
    151151                ],
    152152                'modified-date'      => [
     
    156156                    'name'  => 'manage_post_modified_date',
    157157                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    158                     'label' => sprintf( __( 'Change or prevent updating of the last modified date for each post. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/lock-modified-date/' ) . '" target="_blank">', '</a>' ),
     158                    'label' => sprintf( __( 'Change or prevent updating of the last modified date for each post. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/lock-modified-date/' ) . '" target="_blank">', '</a>' ),
    159159                ],
    160160                'post-cloner'        => [
  • admin-optimizer/trunk/modules/custom-post-status/settings/poststatus-settings.php

    r3378610 r3398621  
    208208                                        <?php
    209209                                        /* translators: %1$s is the anchor link to the Pro version. %2$s is the closing anchor tag */
    210                                         $upgrade_message = sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' );
     210                                        $upgrade_message = sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' );
    211211                                        echo wp_kses( $upgrade_message, 'a' );
    212212                                        ?>
  • admin-optimizer/trunk/modules/db-cleaner/settings/db-cleaner-settings.php

    r3396481 r3398621  
    240240                'title'           => __( 'Pro Options', 'admin-optimizer' ),
    241241                /* translators: %1$s is the anchor link to the Pro version. %2$s is the closing anchor tag */
    242                     'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' ),
     242                    'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' ),
    243243                'menu_slug'       => DB_Cleaner::MENU_SLUG . '_pro',
    244244                'option_name'     => DB_Cleaner::OPTION_NAME,
     
    643643            <?php
    644644            /* translators: %1$s is the anchor link to the Pro version. %2$s is the closing anchor tag */
    645                 printf( esc_html__( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' );
     645                printf( esc_html__( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' );
    646646            ?>
    647647            </p>
  • admin-optimizer/trunk/modules/disable-features/disable-features.php

    r3396481 r3398621  
    117117                        'name'  => 'remove_rest_api_link',
    118118                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    119                         'label' => sprintf( __( 'Remove the REST API link from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/remove-rest-api-link/' ) . '" target="_blank">', '</a>' ),
     119                        'label' => sprintf( __( 'Remove the REST API link from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/remove-rest-api-link/' ) . '" target="_blank">', '</a>' ),
    120120                    ],
    121121                    [
     
    125125                        'name'  => 'remove_rsd',
    126126                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    127                         'label' => sprintf( __( 'Remove Really Simple Discovery (RSD) &lt;link&gt; tag from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/remove-really-simple-discovery-rsd-link/' ) . '" target="_blank">', '</a>' ),
     127                        'label' => sprintf( __( 'Remove Really Simple Discovery (RSD) &lt;link&gt; tag from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/remove-really-simple-discovery-rsd-link/' ) . '" target="_blank">', '</a>' ),
    128128                    ],
    129129                    [
     
    133133                        'name'  => 'remove_shortlink',
    134134                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    135                         'label' => sprintf( __( 'Remove shortlink from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/remove-shortlink/' ) . '" target="_blank">', '</a>' ),
     135                        'label' => sprintf( __( 'Remove shortlink from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/remove-shortlink/' ) . '" target="_blank">', '</a>' ),
    136136                    ],
    137137                    [
     
    141141                        'name'  => 'remove_oembed',
    142142                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    143                         'label' => sprintf( __( 'Remove links used for embedding your content on other sites.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/remove-oembed-links/' ) . '" target="_blank">', '</a>' ),
     143                        'label' => sprintf( __( 'Remove links used for embedding your content on other sites.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/remove-oembed-links/' ) . '" target="_blank">', '</a>' ),
    144144                    ],
    145145                    [
     
    149149                        'name'  => 'disable_emojis',
    150150                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    151                         'label' => sprintf( __( 'Disable emoji support and remove emoji scripts and styles from your site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-emojis/' ) . '" target="_blank">', '</a>' ),
     151                        'label' => sprintf( __( 'Disable emoji support and remove emoji scripts and styles from your site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-emojis/' ) . '" target="_blank">', '</a>' ),
    152152                    ],
    153153                    [
     
    157157                        'name'  => 'disable_jquery_migrate',
    158158                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    159                         'label' => sprintf( __( 'Remove script bloat from your site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-jquery-migrate/' ) . '" target="_blank">', '</a>' ),
     159                        'label' => sprintf( __( 'Remove script bloat from your site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-jquery-migrate/' ) . '" target="_blank">', '</a>' ),
    160160                    ],
    161161                    [
     
    165165                        'name'  => 'remove_pingback_header',
    166166                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    167                         'label' => sprintf( __( 'Remove \'X-Pingback\' from the HTTP header. This will prevent others sites from pinging yours when they link to you.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/remove-pingback-http-header/' ) . '" target="_blank">', '</a>' ),
     167                        'label' => sprintf( __( 'Remove \'X-Pingback\' from the HTTP header. This will prevent others sites from pinging yours when they link to you.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/remove-pingback-http-header/' ) . '" target="_blank">', '</a>' ),
    168168                    ],
    169169                    [
     
    173173                        'name'  => 'remove_powered_by_header',
    174174                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    175                         'label' => sprintf( __( 'Remove \'X-Powered-By\' from the HTTP header. This will remove information about the plugins and software used by your site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/remove-powered-by-http-header/' ) . '" target="_blank">', '</a>' ),
     175                        'label' => sprintf( __( 'Remove \'X-Powered-By\' from the HTTP header. This will remove information about the plugins and software used by your site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/remove-powered-by-http-header/' ) . '" target="_blank">', '</a>' ),
    176176                    ],
    177177                    [
     
    181181                        'name'  => 'disable_404_redirect',
    182182                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    183                         'label' => sprintf( __( 'By default, WordPress will attempt to guess a redirect URL for a 404 request. This module disable the guessing and return the 404 page without performing a redirect.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-404-url-redirect/' ) . '" target="_blank">', '</a>' ),
     183                        'label' => sprintf( __( 'By default, WordPress will attempt to guess a redirect URL for a 404 request. This module disable the guessing and return the 404 page without performing a redirect.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-404-url-redirect/' ) . '" target="_blank">', '</a>' ),
    184184                    ],
    185185                    [
     
    189189                        'name'  => 'disable_gutenberg_editor',
    190190                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    191                         'label' => sprintf( __( 'This will disable Gutenberg Block Editor and restore the Classic editor as the default editor.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-gutenberg-editor/' ) . '" target="_blank">', '</a>' ),
     191                        'label' => sprintf( __( 'This will disable Gutenberg Block Editor and restore the Classic editor as the default editor.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-gutenberg-editor/' ) . '" target="_blank">', '</a>' ),
    192192                    ],
    193193                    [
     
    197197                        'name'  => 'disable_category_archive',
    198198                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    199                         'label' => sprintf( __( 'Disable all Category archive pages in the site frontend. Loading the Category archive URL will return a 404 (Not Found) error. This will not remove the Category feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-archive-pages/#disable-category-archive' ) . '" target="_blank">', '</a>' ),
     199                        'label' => sprintf( __( 'Disable all Category archive pages in the site frontend. Loading the Category archive URL will return a 404 (Not Found) error. This will not remove the Category feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-archive-pages/#disable-category-archive' ) . '" target="_blank">', '</a>' ),
    200200                    ],
    201201                    [
     
    205205                        'name'  => 'disable_tag_archive',
    206206                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    207                         'label' => sprintf( __( 'Disable all Tag archive pages in the site frontend. Loading the Tag archive URL will return a 404 (Not Found) error. This will not remove the Tag feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-archive-pages/#disable-tag-archive' ) . '" target="_blank">', '</a>' ),
     207                        'label' => sprintf( __( 'Disable all Tag archive pages in the site frontend. Loading the Tag archive URL will return a 404 (Not Found) error. This will not remove the Tag feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-archive-pages/#disable-tag-archive' ) . '" target="_blank">', '</a>' ),
    208208                    ],
    209209                    [
     
    213213                        'name'  => 'disable_author_archive',
    214214                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    215                         'label' => sprintf( __( 'Disable all Author archive pages in the site frontend. Loading the Author archive URL will return a 404 (Not Found) error. This will not remove the Author feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-archive-pages/#disable-author-archive' ) . '" target="_blank">', '</a>' ),
     215                        'label' => sprintf( __( 'Disable all Author archive pages in the site frontend. Loading the Author archive URL will return a 404 (Not Found) error. This will not remove the Author feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-archive-pages/#disable-author-archive' ) . '" target="_blank">', '</a>' ),
    216216                    ],
    217217                    [
     
    221221                        'name'  => 'disable_date_archive',
    222222                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    223                         'label' => sprintf( __( 'Disable all Date archive pages in the site frontend. Loading the Date archive URL will return a 404 (Not Found) error. This will not remove the Date feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-archive-pages/#disable-date-archive' ) . '" target="_blank">', '</a>' ),
     223                        'label' => sprintf( __( 'Disable all Date archive pages in the site frontend. Loading the Date archive URL will return a 404 (Not Found) error. This will not remove the Date feature in the Admin dashboard.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-archive-pages/#disable-date-archive' ) . '" target="_blank">', '</a>' ),
    224224                    ],
    225225                ],
  • admin-optimizer/trunk/modules/media-management/media-management.php

    r3396481 r3398621  
    9999                        'name'  => 'enable_limit_image_upload_size',
    100100                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    101                         'label' => sprintf( __( 'Limit the image upload file size.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/limit-image-upload-file-size/' ) . '" target="_blank">', '</a>' ),
     101                        'label' => sprintf( __( 'Limit the image upload file size.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/limit-image-upload-file-size/' ) . '" target="_blank">', '</a>' ),
    102102                    ],
    103103                    [
     
    107107                        'name'  => 'enable_image_alt_text',
    108108                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    109                         'label' => sprintf( __( 'Auto set image filename as alt text.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/set-image-filename-as-alt-text/' ) . '" target="_blank">', '</a>' ),
     109                        'label' => sprintf( __( 'Auto set image filename as alt text.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/set-image-filename-as-alt-text/' ) . '" target="_blank">', '</a>' ),
    110110                    ],
    111111                    [
     
    115115                        'name'  => 'enable_image_underscore_to_hyphen',
    116116                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    117                         'label' => sprintf( __( 'Auto sanitize the image filename and convert underscore (_) to hyphen (-) during image upload. %1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/convert-underscore-in-filename-to-hyphen/' ) . '" target="_blank">', '</a>' ),
     117                        'label' => sprintf( __( 'Auto sanitize the image filename and convert underscore (_) to hyphen (-) during image upload. %1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/convert-underscore-in-filename-to-hyphen/' ) . '" target="_blank">', '</a>' ),
    118118                    ],
    119119                    [
     
    123123                        'name'  => 'enable_svg_upload',
    124124                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    125                         'label' => sprintf( __( 'Enable upload of SVG file. %1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/enable-svg-image-upload/' ) . '" target="_blank">', '</a>' ),
     125                        'label' => sprintf( __( 'Enable upload of SVG file. %1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/enable-svg-image-upload/' ) . '" target="_blank">', '</a>' ),
    126126                    ],
    127127                ],
  • admin-optimizer/trunk/modules/modified-date/settings/modified-date-settings.php

    r3389336 r3398621  
    8181                'title'       => __( 'Pro Options', 'admin-optimizer' ),
    8282                /* translators: %1$s is the anchor link to the Pro version. %2$s is the closing anchor tag */
    83                 'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' ),
     83                'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to access these features', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' ),
    8484                'menu_slug'   => Modified_Date::MENU_SLUG . '_pro',
    8585                'option_name' => Modified_Date::OPTION_NAME,
  • admin-optimizer/trunk/modules/post-cloner/settings/post-cloner-settings.php

    r3396481 r3398621  
    6767                'title'       => '',
    6868                /* translators: %1$s is the anchor link to the Pro version. %2$s is the closing anchor tag */
    69                 'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to grant clone permission to users.', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.yipresser.com/admin-optimizer#pricing' ) . '" target="_blank">', '</a>' ),
     69                'description' => sprintf( __( 'Upgrade to the %1$sPro version%2$s to grant clone permission to users.', 'admin-optimizer' ), '<a href="' . esc_url( 'https://www.adminoptimizer.com/#pricing' ) . '" target="_blank">', '</a>' ),
    7070                'menu_slug'   => Post_Cloner::MENU_SLUG . '_pro',
    7171                'option_name' => Post_Cloner::OPTION_NAME,
  • admin-optimizer/trunk/modules/security/security.php

    r3396481 r3398621  
    109109                    'name'  => 'hide_wp_version',
    110110                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    111                     'label' => sprintf( __( 'Remove WP version from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/hide-wp-version/' ) . '" target="_blank">', '</a>' ),
     111                    'label' => sprintf( __( 'Remove WP version from the header.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/hide-wp-version/' ) . '" target="_blank">', '</a>' ),
    112112                ],
    113113                [
     
    117117                    'name'  => 'hide_update_notices',
    118118                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    119                     'label' => sprintf( __( 'Only show update notices to Administrators and those with update capabilities.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/hide-update-notice/' ) . '" target="_blank">', '</a>' ),
     119                    'label' => sprintf( __( 'Only show update notices to Administrators and those with update capabilities.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/hide-update-notice/' ) . '" target="_blank">', '</a>' ),
    120120                ],
    121121                [
     
    125125                    'name'  => 'disable_xmlrpc',
    126126                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    127                     'label' => sprintf( __( 'Disable XML-RPC for the whole site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-xml-rpc/' ) . '" target="_blank">', '</a>' ),
     127                    'label' => sprintf( __( 'Disable XML-RPC for the whole site.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-xml-rpc/' ) . '" target="_blank">', '</a>' ),
    128128                ],
    129129                [
     
    133133                    'name'  => 'enable_custom_login_url',
    134134                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    135                     'label' => sprintf( __( 'Hide the wp-login page and create a custom login URL for all users.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/custom-login-url/' ) . '" target="_blank">', '</a>' ),
     135                    'label' => sprintf( __( 'Hide the wp-login page and create a custom login URL for all users.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/custom-login-url/' ) . '" target="_blank">', '</a>' ),
    136136                ],
    137137                [
     
    141141                    'name'  => 'enable_block_login',
    142142                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    143                     'label' => sprintf( __( 'Block the user from login after repeated failed login attempt. (comes with Pro options) %1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/block-failed-login/' ) . '" target="_blank">', '</a>' ),
     143                    'label' => sprintf( __( 'Block the user from login after repeated failed login attempt. (comes with Pro options) %1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/block-failed-login/' ) . '" target="_blank">', '</a>' ),
    144144                ],
    145145            ];
     
    151151                    'name'  => 'enable_2fa',
    152152                    // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    153                     'label' => sprintf( __( 'Enable two factor authentication for all users. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/two-factor-authentication/' ) . '" target="_blank">', '</a>' ),
     153                    'label' => sprintf( __( 'Enable two factor authentication for all users. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/two-factor-authentication/' ) . '" target="_blank">', '</a>' ),
    154154                ];
    155155            } else {
  • admin-optimizer/trunk/modules/users-management/users-management.php

    r3396481 r3398621  
    114114                        'name'  => 'disable_user_account',
    115115                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    116                         'label' => sprintf( __( 'Disable user accounts and prevent them from logging in.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-user-accounts/' ) . '" target="_blank">', '</a>' ),
     116                        'label' => sprintf( __( 'Disable user accounts and prevent them from logging in.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-user-accounts/' ) . '" target="_blank">', '</a>' ),
    117117                    ],
    118118                    [
     
    122122                        'name'  => 'display_user_registration_date',
    123123                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    124                         'label' => sprintf( __( 'Track and show the user registration date.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/display-user-registration-date/' ) . '" target="_blank">', '</a>' ),
     124                        'label' => sprintf( __( 'Track and show the user registration date.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/display-user-registration-date/' ) . '" target="_blank">', '</a>' ),
    125125                    ],
    126126                    [
     
    130130                        'name'  => 'enable_user_login_tracking',
    131131                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    132                         'label' => sprintf( __( 'Track and display the user last login date.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/last-login-date/' ) . '" target="_blank">', '</a>' ),
     132                        'label' => sprintf( __( 'Track and display the user last login date.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/last-login-date/' ) . '" target="_blank">', '</a>' ),
    133133                    ],
    134134                    [
     
    138138                        'name'  => 'hide_admin_toolbar',
    139139                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    140                         'label' => sprintf( __( 'Disable the admin toolbar for all users when they are logged in and viewing the site on the frontend.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/hide-admin-toolbar/' ) . '" target="_blank">', '</a>' ),
     140                        'label' => sprintf( __( 'Disable the admin toolbar for all users when they are logged in and viewing the site on the frontend.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/hide-admin-toolbar/' ) . '" target="_blank">', '</a>' ),
    141141                    ],
    142142                    [
     
    146146                        'name'  => 'disable_user_signup_notification',
    147147                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    148                         'label' => sprintf( __( 'Disable the option to send the new user an email when their account was created.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/disable-new-user-signup-notification/' ) . '" target="_blank">', '</a>' ),
     148                        'label' => sprintf( __( 'Disable the option to send the new user an email when their account was created.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/disable-new-user-signup-notification/' ) . '" target="_blank">', '</a>' ),
    149149                    ],
    150150                ],
  • admin-optimizer/trunk/modules/utilities/utilities.php

    r3396481 r3398621  
    9696                        'name'  => 'enable_heartbeat_control',
    9797                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    98                         'label' => sprintf( __( 'Modify the interval of the WordPress heartbeat API to reduce CPU load on the server.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/heartbeat-control/' ) . '" target="_blank">', '</a>' ),
     98                        'label' => sprintf( __( 'Modify the interval of the WordPress heartbeat API to reduce CPU load on the server.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/heartbeat-control/' ) . '" target="_blank">', '</a>' ),
    9999                    ],
    100100                    [
     
    104104                        'name'  => 'enable_smtp_mail',
    105105                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    106                         'label' => sprintf( __( 'Enable email sending functionality in WordPress using your own SMTP provider.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/smtp-mail/' ) . '" target="_blank">', '</a>' ),
     106                        'label' => sprintf( __( 'Enable email sending functionality in WordPress using your own SMTP provider.%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/smtp-mail/' ) . '" target="_blank">', '</a>' ),
    107107                    ],
    108108                    [
     
    112112                        'name'  => 'enable_db_cleaner',
    113113                        // translators: %1$s is the line break tag. %2$s is the anchor tag. %3$s is the anchor closure tag.
    114                         'label' => sprintf( __( 'Schedule regular optimization and cleaning up of the WP database to improve the performance of the site. Comes with Pro options. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.yipresser.com/docs/admin-optimizer/database-cleaner/' ) . '" target="_blank">', '</a>' ),
     114                        'label' => sprintf( __( 'Schedule regular optimization and cleaning up of the WP database to improve the performance of the site. Comes with Pro options. (comes with Pro options)%1$s%2$sLearn more%3$s', 'admin-optimizer' ), '<br/>', '<a href="' . esc_url( 'https://www.adminoptimizer.com/docs/database-cleaner/' ) . '" target="_blank">', '</a>' ),
    115115                    ],
    116116                ],
  • admin-optimizer/trunk/readme.txt

    r3396481 r3398621  
    11=== Admin Optimizer ===
    22Author URI: https://damienoh.com
    3 Plugin URI: https://www.yipresser.com/admin-optimizer/
     3Plugin URI: https://www.adminoptimizer.com/
    44Tags: enhancements, optimizations, all in one plugin, security, disable features
    55Contributors: yipresser, damienoh
     
    77Requires PHP: 7.2.5
    88Tested up to: 6.8
    9 Stable tag: 1.4.0
     9Stable tag: 1.4.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1919== Modules: ==
    2020
    21 [See all modules >>](https://www.yipresser.com/admin-optimizer/modules/)
     21[See all modules >>](https://www.adminoptimizer.com/modules/)
    2222
    2323== Content Management ==
    2424- **Auto-Publish Posts with Missed Schedule**: auto publish posts that have missed their publication schedule.
    25 - **Custom Post Status**: register new and custom post status for use with your posts. [Pro](https://www.yipresser.com/admin-optimizer/) adds options to assign custom post status to custom post types and set up custom post status for different user roles.
     25- **Custom Post Status**: register new and custom post status for use with your posts. [Pro](https://www.adminoptimizer.com/) adds options to assign custom post status to custom post types and set up custom post status for different user roles.
    2626- **Custom Post Types**: register new and custom post types for various content.
    2727- **Custom Taxonomies**: register new and custom taxonomies to support all Post Types.
    28 - **Lock Modified Date**: prevent the Post's modified date from being updated unnecessarily. [Pro](https://www.yipresser.com/admin-optimizer/) adds options to enable modified date lock for custom post types, and grant permission to user roles to change the modified date.
     28- **Lock Modified Date**: prevent the Post's modified date from being updated unnecessarily. [Pro](https://www.adminoptimizer.com/) adds options to enable modified date lock for custom post types, and grant permission to user roles to change the modified date.
    2929- **Auto add anchor target to Headings block**: Transform your WordPress headings into clickable link targets, making it easier for readers to navigate through your posts and share specific sections.
    3030- **Post Cloner**: Easily clone posts and any other post types, including all its post metas and taxonomies.
    31 - **Post Republisher**: Clone a post as a child of the Post. When you (re)publish the cloned post, it will update the orignal post instead of publishing as a new post. This allows you to update old content quickly and easily. [Pro](https://www.yipresser.com/admin-optimizer/)
     31- **Post Republisher**: Clone a post as a child of the Post. When you (re)publish the cloned post, it will update the orignal post instead of publishing as a new post. This allows you to update old content quickly and easily. [Pro](https://www.adminoptimizer.com/)
    3232
    3333== Media Management ==
     
    3737
    3838== Security ==
    39 - **Block Failed Login**: Limit failed login attempt and block bad actors from carrying out brute force login attack to your site. [Pro](https://www.yipresser.com/admin-optimizer/) adds options to customize the lock out time, a full lockout mode and hide login form in lockout mode.
     39- **Block Failed Login**: Limit failed login attempt and block bad actors from carrying out brute force login attack to your site. [Pro](https://www.adminoptimizer.com/admin-optimizer/) adds options to customize the lock out time, a full lockout mode and hide login form in lockout mode.
    4040- **Custom Login URL**: Hide the wp-login.php login URL and create a custom secret login url for your users.
    4141- **Hide WordPress Version**: remove the WP version tag from the site's header.
    4242- **Hide Update notice**: hide the Update nag to all users except for the user roles with Update capability (administrator).
    43 - **Two-factor Authentication**: enable two-factor authentication (TOTP) for all your users. [Pro](https://www.yipresser.com/admin-optimizer/) adds options to make Two-factor Authentication compulsory for defined user roles, block users without enabled 2FA from logging in, and allow users to save devices as “Trusted devices”.
     43- **Two-factor Authentication**: enable two-factor authentication (TOTP) for all your users. [Pro](https://www.adminoptimizer.com/) adds options to make Two-factor Authentication compulsory for defined user roles, block users without enabled 2FA from logging in, and allow users to save devices as “Trusted devices”.
    4444
    4545== Disable Features ==
     
    6262- **Adjust Heartbeat**: Modify the Heartbeat interval to improve the user experience of WordPress.
    6363- **SMTP Email**: replace the default mailer with external SMTP service to ensure successful mails delivery.
    64 - **Database Cleaner**: Schedule regular optimization and cleaning up of the WP database to improve the performance of the site. [Pro](https://www.yipresser.com/admin-optimizer/) adds options to manually cleanup individual DB table, tracks unused options and remove autoload for Options table.
     64- **Database Cleaner**: Schedule regular optimization and cleaning up of the WP database to improve the performance of the site. [Pro](https://www.adminoptimizer.com/) adds options to manually cleanup individual DB table, tracks unused options and remove autoload for Options table.
    6565
    6666== Site Management ==
     
    7474- **Disable User Account**: Disable user accounts for inactive users and prevent them from logging in.
    7575
    76 [See all modules >>](https://www.yipresser.com/admin-optimizer/modules/)
     76[See all modules >>](https://www.adminoptimizer.com/modules/)
    7777
    7878Your feedback is WELCOME!
     
    113113
    114114== Changelog ==
     115= 1.4.1 =
     116* Updated: plugin site URL
     117
    115118= 1.4.0 =
    116119* Added: new Post Cloner module
Note: See TracChangeset for help on using the changeset viewer.