Skip to content Skip to sidebar Skip to footer

Permalink Manager Pro v2.2.14 – Best WordPress Permalink Plugin Free

Permalink-Manager-Pro-Best-Wordpress-Permalink-Editor

Permalink Manager Pro is the most advanced yet user-friendly permalink Plugin for WordPress. With Permalink Manager Pro you derriere easily control all your permalinks for your posts, pages, custom-built post types, categories, tags, tradition taxonomies and WooCommerce store. It bequeath also help you touch on permalinks or supercede any Scripture in your Uniform resource locator with just a some clicks.

Permalinks are in use to connectedness to a particular blog Beaver State forum post, to a exploiter profile on social mesh. A nightly link sometimes contains a lot of service information (session number, current section of the site, etc.). Permanent links are more concise, easy to read, and contain solitary the information to attend the in demand page.

Present: https://permalinkmanager.in favou/

Features Permalink Manager Pro
Permalink Manager Pro v2.2.14 – Best WordPress Permalink Plugin 3
  • Customize WooCommmerce permalinks
  • Custom post types & taxonomy permalinks
  • Edit quadruplicate permalinks at once
  • Mechanically redirect old permalinks
  • Add made-to-order Fields to WordPress permalinks
  • Duplicate permalinks slugs

Changelog Permalink Manager In favou – Superfine WordPress Permalink Plugins Nulled Free

                      = v2.2.14 (October 20, 2021) =            * Enhancement - Improvements for Gutenberg Editor * Dev - Tippy.js (by atomiks) updated to version 6.3.2 * Fix - From now on, the user role hand-picked in "URI Editor in chief role capability" is proud in "Quick Edit" box hooks (reported by @lozeone) * Dev - Far surety improvements internal WP-Admin dashboard (reported by Vlad Vector)                  
= v2.2.13 (September 20, 2021) = * Dev - Minor security improvements inwardly WP-Admin dashboard * Limit - Allow canonical airt for default language if "Hide URL language data for default language" is sexy in Polylang settings * Enhancement - New settings field - "Primary category backup" * Sweetening - "Force 404 connected not-existing pagination pages" works now with file away pages                      = v2.2.12 (August 17, 2021) =          * Dev - New filters added - 'permalink_manager_excluded_post_ids' &A; 'permalink_manager_excluded_term_ids'          * Dev - Additional minor changes in the codebase          * Ready - Canonical permalinks for blog pagination is now correctly filtered (if Yoast SEO is exploited)          * Fix - Better support for 'private' posts & pages                                    = v2.2.11 (June 24, 2021) =                    * Fix - The function that automatically removes the broken URIs is no longer triggered when WP Rocket is aroused and non-logged-in user tries to access the broken URL.        
                      = v2.2.10 (June 7, 2021) =                    * Enhancement - Newfangled settings field - "Re-create query parameters to airt target URL" & "Spare redirects (aliases)"          * Enhancement - UI improvements in settings section          * Dev - Better support for WPML's Classic Translation Editor          * Dev - Additional minor changes in the codebase        
                      = v2.2.9.9 (26/04/2021) =                    * Fix - Hotfix for AMP WP integrating        
                      = v2.2.9.7 (11/03/2021) =                    * Enhancement - Support for WooCommerce CSV Product Importer/Exporter added          * Enhancement - Fitter support for relationship field (ACF)          * Fasten - The bespoken redirects are now guinea pig-insensitive        
                      = v2.2.9.6 =                    * Fix - Hotfix for WooCommerce coupon maternal functions        
                      = v2.2.9.5 =                    * Kettle of fish - The custom permalink is generated the right way if the product is duplicated in WooCommerce dashboard          * Sweetening - New settings field - "Exclude drafts"          * Sweetening - Secondary code improvements        
                      = v2.2.9.4 =                    * Fix - The words prefix for default language is like a sho added again when "Use directory for default option language" mood is turned on in WPML settings ("Language Universal resource locator format")        
                      = 2.2.9.3 =                    * Fix - The custom permalinks are directly saved aright for new posts with 'wp_insert_post' hook          * Fix - The custom permalinks are deleted when 'delete_post' hook is called          * Make - WPML - language whipper happening posts (blog) page whole kit correctly now          * Fix - WooCommerce Subscription - the electric switch subscription URL is no longer overwritten          * Fix - The URLs with duplicated trailing slashes are straightaway redirected to the canonical permalink          * Sweetening - BASIC support for Ultimate Member plugin added          * Enhancement - UI improvements          * Enhancement - Unexampled filter added - 'permalink_manager_control_trailing_slashes'        
                      = v2.2.9.2 =                    * Dev | Improvements for Permalink_Manager_Core_Functions::control_trailing_slashes() function          * Dev | Tike codebase improvements          * Prepare | Hotfix for "Automatically fix broken URIs" role          * Fix | Underscores are right away aside default allowed in the usance permalinks          * Enhancement | Ameliorate support for GeoDirectory plugin          * Doctor | 'permalink_manager_allow_new_post_uri' & 'permalink_manager_allow_update_post_uri' filter replaced 'permalink_manager_new_post_uri_{$post_object->post_type}' and 'permalink_manager_update_post_uri_{$send->post_type}'        
          * Hotfix for 'redirect_canonical' function (causing a airt loop)          * The custom canonical permalink put up with Yoast SEO is now No longer overwriten          * The custom permalinks are atomic number 102 yearner saved if the post/term has zero title          * Hotfix for Gutenberg related JS errors          * Hotfix for Groundhogg plugin          * Hotfix for "Customize" admin BAR menu link          * Hotfix for WPML's language switcher on posts Sri Frederick Handley Page          * Hotfixes for WP 5.5 - blog/posts page + draft template is instantly loaded right          * Trailing trounce redirect code adjustments          * Added support for GeoDirectory plugin        

Book of instructions to remove product slugs and cartesian product-category without exploitation plugins

Remove the news product in the path

          /* * Encode Absent /product/ operating room /shop/ ... that supports the %product_cat% format * Put back /shop/ with your current slug */ function devvn_remove_slug( $post_link, $post ) {     if ( !in_array( get_post_type($post), array( 'product' ) ) || 'print' != $post->post_status ) {         return $post_link;     }     if('product' == $mail service->post_type){         $post_link = str_replace( '/cua-hang/', '/', $post_link ); //Replace shop with your current slug     }else{         $post_link = str_replace( '/' . $post->post_type . '/', '/', $post_link );     }     return $post_link; } add_filter( 'post_type_link', 'devvn_remove_slug', 10, 2 ); /*Fix 404 error after removing product bullet or shop*/ function devvn_woo_product_rewrite_rules($flash = false) {     global $wp_post_types, $wpdb;     $siteLink = esc_url(home_url('/'));     foreach ($wp_post_types equally $type=>$custom_post) {         if($type == 'product'){             if ($custom_post->_builtin == false) {                 $querystr = "SELECT {$wpdb->posts}.post_name, {$wpdb->posts}.ID                             FROM {$wpdb->posts}                              WHERE {$wpdb->posts}.post_status = 'publish'                              AND {$wpdb->posts}.post_type = '{$type}'";                 $posts = $wpdb->get_results($querystr, Objective);                 foreach ($posts as $Emily Price Post) {                     $current_slug = get_permalink($post->Idaho);                     $base_product = str_replace($siteLink,'',$current_slug);                     add_rewrite_rule($base_product.'?$', "index.php?{$custom_post->query_var}={$post->post_name}", 'top');                                         add_rewrite_rule($base_product.'comment-page-([0-9]{1,})/?$', 'indicant.php?'.$custom_post->query_var.'='.$post->post_name.'&ere;cpage=$matches[1]', 'top');                     add_rewrite_rule($base_product.'(?:feed/)?(feed|rdf|rss|rss2|atom)/?$', 'index.php?'.$custom_post->query_var.'='.$office->post_name.'&feed=$matches[1]','top');                 }             }         }     }     if ($flash == true)         flush_rewrite_rules(false); } add_action('init', 'devvn_woo_product_rewrite_rules'); /*Fix erroneousness when creating new product 404*/ function devvn_woo_new_product_post_save($post_id){     global $wp_post_types;     $post_type = get_post_type($post_id);     foreach ($wp_post_types atomic number 3 $type=>$custom_post) {         if ($custom_post->_builtin == false && $type == $post_type) {             devvn_woo_product_rewrite_rules(true);         }     } } add_action('wp_insert_post', 'devvn_woo_new_product_post_save');        

Remove the word product-family in the itinerary

/* * Get rid of          product-category          in URL * Replace          product-category with your current slog. Default is          product-category          */ add_filter( 'term_link', 'devvn_product_cat_permalink', 10, 3 ); function devvn_product_cat_permalink( $universal resource locator, $term, $taxonomy ){     switch ($taxonomy):         case 'product_cat':             $taxonomy_slug = 'product-category'; //Supercede it with your current slug. Default is            production-category          if(strpos($url, $taxonomy_slug) === Mendacious) crack;             $url = str_replace('/' . $taxonomy_slug, '', $url);             break;     endswitch;     return $url; } // Add our custom-built product cat rewrite rules function devvn_product_category_rewrite_rules($flash = false) {     $terms = get_terms( regalia(         'taxonomy' => 'product_cat',         'post_type' => 'product',         'hide_empty' => false,     ));     if($terms &&A; !is_wp_error($terms)){         $siteurl = esc_url(home_url('/'));         foreach ($terms as $term){             $term_slug = $term->slug;             $baseterm = str_replace($siteurl,'',get_term_link($term->term_id,'product_cat'));             add_rewrite_rule($baseterm.'?$','indicator.php?product_cat='.$term_slug,'top');             add_rewrite_rule($baseterm.'page/([0-9]{1,})/?$', 'index.php?product_cat='.$term_slug.'&paged=$matches[1]','top');             add_rewrite_rule($baseterm.'(?:feed/)?(feed|rdf|rss|rss2|atom)/?$', 'index.php?product_cat='.$term_slug.'&prey=$matches[1]','top');         }     }     if ($dart == true)         flush_rewrite_rules(false); } add_action('init', 'devvn_product_category_rewrite_rules');  /*Fix error when creating new taxonomy 404*/ add_action( 'create_term', 'devvn_new_product_cat_edit_success', 10, 2 ); use devvn_new_product_cat_edit_success( $term_id, $taxonomy ) {     devvn_product_category_rewrite_rules(true); }

Source: devvn

⭐See besides: Summary of free premium WordPress plugins, daily updates

Download Permalink Manager Pro v2.2.14 NULLED:

permalink-manager-pro_2.2.14.zip

Note : Before install some plugins maybe you want unzip first. Just Maybe.

DOWNLOAD HERE

Permalink Manager Pro v2.2.14 – Best WordPress Permalink Plugin Free

Post a Comment for "Permalink Manager Pro v2.2.14 – Best WordPress Permalink Plugin Free"