• Resolved bailey84

    (@bailey84)


    I’d just like to know what the difference is between EXCEPTIONS when it comes to:

    Include external links by URL:

    VS

    Exclude external links by URL:

    Thanks

    WP url: https://www.mustdocanada.com
    WP version: 5.6
    PHP version: 7.4.14
    Active Plugins:
    – 301 Redirects Pro, version: 5.63
    – Akismet Anti-Spam, version: 4.1.8
    – BIALTY – Bulk Image Alt Text (Alt tag, Alt Attribute) with Yoast SEO + WooCommerce, version: 1.4.4
    – Classic Editor, version: 1.6
    – Duplicator Pro, version: 4.0.1.2
    – Easy Table of Contents, version: 2.0.16
    – Elementor, version: 3.1.1
    – Elementor Pro, version: 3.0.10
    – Essential Addons for Elementor, version: 4.4.1
    – Facebook for WordPress, version: 3.0.1
    – Fast Secure Contact Form, version: 4.0.56
    – Genesis Columns Advanced, version: 2.0.3
    – Genesis eNews Extended, version: 2.1.5
    – Genesis Simple Edits, version: 2.3.1
    – Google Analytics for WordPress by MonsterInsights, version: 7.15.1
    – Grow Social Pro by Mediavine, version: 2.13.0
    – KingSumo Giveaways, version: 1.8.10
    – ManageWP – Worker, version: 4.9.7
    – Mediavine Control Panel, version: 2.5.0
    – Optin Cat Elite, version: 2.5.0
    – Really Simple SSL, version: 4.0.7
    – ShortPixel Image Optimizer, version: 4.21.1
    – Simple CSS, version: 1.1.1
    – Simple Social Icons, version: 3.0.2
    – Ultimate Category Excluder, version: 1.5
    – Wordfence Security, version: 7.4.14
    – WordPress Notification Bar, version: 1.3.10
    – WP Date Remover, version: 1.0
    – WP External Links, version: 2.48
    – WP Mail SMTP, version: 2.5.1
    – WP Rocket, version: 3.8.3
    – Yoast SEO, version: 15.7

    WPEL Settings:
    array(
    ‘wpel-external-link-settings’ => array (
    ‘apply_settings’ => ‘1’,
    ‘target’ => ”,
    ‘target_overwrite’ => ”,
    ‘rel_follow’ => ‘nofollow’,
    ‘rel_follow_overwrite’ => ”,
    ‘rel_noopener’ => ‘1’,
    ‘rel_noreferrer’ => ‘1’,
    ‘rel_external’ => ”,
    ‘rel_sponsored’ => ”,
    ‘rel_ugc’ => ”,
    ‘title’ => ‘{title}’,
    ‘class’ => ”,
    ‘icon_type’ => ”,
    ‘icon_image’ => ‘1’,
    ‘icon_dashicon’ => ‘dashicons-menu’,
    ‘icon_fontawesome’ => ‘fa-address-book’,
    ‘icon_position’ => ‘right’,
    ‘no_icon_for_img’ => ‘1’,
    ),
    ‘wpel-internal-link-settings’ => array (
    ‘apply_settings’ => ‘1’,
    ‘target’ => ”,
    ‘target_overwrite’ => ”,
    ‘rel_follow’ => ‘follow’,
    ‘rel_follow_overwrite’ => ”,
    ‘rel_noopener’ => ”,
    ‘rel_noreferrer’ => ”,
    ‘title’ => ‘{title}’,
    ‘class’ => ”,
    ‘icon_type’ => ”,
    ‘icon_image’ => ‘1’,
    ‘icon_dashicon’ => ‘dashicons-menu’,
    ‘icon_fontawesome’ => ‘fa-address-book’,
    ‘icon_position’ => ‘right’,
    ‘no_icon_for_img’ => ‘1’,
    ),
    ‘wpel-exceptions-settings’ => array (
    ‘apply_all’ => ‘1’,
    ‘apply_post_content’ => ‘1’,
    ‘apply_comments’ => ‘1’,
    ‘apply_widgets’ => ‘1’,
    ‘skip_post_ids’ => ”,
    ‘ignore_classes’ => ”,
    ‘subdomains_as_internal_links’ => ”,
    ‘include_urls’ => ‘https://uncoveringbc.com/’,
    ‘exclude_urls’ => ‘https://flyeia.com/’,
    ‘excludes_as_internal_links’ => ‘1’,
    ‘ignore_script_tags’ => ‘1’,
    ‘ignore_mailto_links’ => ‘1’,
    ),
    ‘wpel-admin-settings’ => array (
    ‘own_admin_menu’ => ‘1’,
    ),
    );

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Hi,

    It refers to what links should be considered external.
    “Include” will treat those links as external, even if they are internal.
    “Exclude” will treat those links as internal, even if they are external.

Viewing 1 replies (of 1 total)
  • The topic ‘Include VS Exclude’ is closed to new replies.