[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fdUSWqKd8YyU_ecNDgqtucfoElyT51A3IsvGV9aF7nl4":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":38,"analysis":136,"fingerprints":189},"custom-fields-permalink-redux","Custom Fields Permalink 2","1.5.0","athlan","https:\u002F\u002Fprofiles.wordpress.org\u002Fathlan\u002F","\u003Cp>Plugin allows to use post’s custom fields values in permalink structure by adding \u003Ccode>%field_fieldname%\u003C\u002Fcode> rewrite tag.\u003C\u002Fp>\n\u003Cp>Examples:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>http:\u002F\u002Fexample.com\u002F%field_event_date_from%\u002F%postname%\u002F\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>http:\u002F\u002Fexample.com\u002Fpost-type\u002F%field_event_date_from%\u002F%postname%\u002F\u003C\u002Fcode> (with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-post-type-permalinks\u002F\" rel=\"ugc\">Custom Post Type Permalinks\u003C\u002Fa> plugin)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can also set different permalink structure depending on custom post type using \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-post-type-permalinks\u002F\" rel=\"ugc\">Custom Post Type Permalinks\u003C\u002Fa> plugin. You can create own post types by using \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-post-type-ui\u002F\" rel=\"ugc\">Custom Post Type UI\u003C\u002Fa> plugin.\u003C\u002Fp>\n\u003Cp>The plugin works for:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>posts\u003C\u002Fli>\n\u003Cli>pages\u003C\u002Fli>\n\u003Cli>custom post types\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Plugin is also available on GitHub:\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fathlan\u002Fwordpress-custom-fields-permalink-plugin\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002Fathlan\u002Fwordpress-custom-fields-permalink-plugin\u003C\u002Fa>\u003C\u002Fp>\n","Plugin allows to use post's custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.",600,7449,92,5,"2018-10-24T19:38:00.000Z","5.0.25","4.5.0","5.3",[20,21,22,23,24],"custom-fields","custom-post-types","permalink","permalinks","url","http:\u002F\u002Fathlan.pl\u002Fwordpress-custom-fields-permalink-plugin","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-fields-permalink-redux.1.5.0.zip",85,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":7,"display_name":7,"profile_url":8,"plugin_count":33,"total_installs":34,"avg_security_score":27,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},2,900,30,84,"2026-04-03T21:29:10.313Z",[39,61,83,103,120],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":46,"active_installs":47,"downloaded":48,"rating":49,"num_ratings":50,"last_updated":51,"tested_up_to":52,"requires_at_least":53,"requires_php":54,"tags":55,"homepage":59,"download_link":60,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"wp-permastructure","WP Permastructure","1.4.4","Robert O'Rourke","https:\u002F\u002Fprofiles.wordpress.org\u002Fsanchothefat\u002F","\u003Cp>In addition to controlling your custom post type permalinks this plugin adds support for using custom taxonomies in your permalink structures as well.\u003C\u002Fp>\n\u003Cp>Not only that but you can control the full permalink so the post type slug is not required at the start of the link.\u003C\u002Fp>\n\u003Cp>Multiple post types can use the same permalink structure.\u003C\u002Fp>\n\u003Ch4>Usage\u003C\u002Fh4>\n\u003Cp>There are 2 ways to use this plugin:\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Permalink Settings\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>The plugin adds fields to the permalinks settings page for any public facing custom post types.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>In Code\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>When registering a post type you can add a value to the rewrite property with the key ‘permastruct’ to define your default permalink structure.\u003C\u002Fp>\n\u003Cp>eg:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>\u003C?php\n\nregister_post_type( 'my_type', array(\n    ...\n    'rewrite' => array(\n        'permastruct' => '\u002F%custom_taxonomy_name%\u002F%author%\u002F%postname%\u002F'\n    ),\n    ...\n) );\n\n?>\n\u003C\u002Fcode>\u003C\u002Fpre>\n","Adds the ability to configure permalinks for custom post types using rewrite tags like %post_id% and %author%.",400,21041,86,15,"2023-07-26T09:18:00.000Z","6.3.8","3.3","",[21,56,23,57,58],"custom-taxonomies","rewrite-rules","urls","https:\u002F\u002Fgithub.com\u002Finterconnectit\u002Fwp-permastructure","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-permastructure.1.4.4.zip",{"slug":62,"name":63,"version":64,"author":65,"author_profile":66,"description":67,"short_description":68,"active_installs":69,"downloaded":70,"rating":13,"num_ratings":71,"last_updated":72,"tested_up_to":73,"requires_at_least":74,"requires_php":54,"tags":75,"homepage":80,"download_link":81,"security_score":82,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"no-category-base-wpml","No Category Base (WPML)","1.4","DigitalME","https:\u002F\u002Fprofiles.wordpress.org\u002Fdigitalmeactivecampaign\u002F","\u003Cp>As the name suggests this plugin will completely remove the mandatory ‘Category Base’ from your category permalinks ( e.g. ‘mysite.com\u002Fcategory\u002Fmy-category\u002F’ to ‘mysite.com\u002Fmy-category\u002F’ ).\u003C\u002Fp>\n\u003Cp>The plugin requires no setup or modifying core wordpress files and will not break any links. It will also take care of redirecting your old category links to the new ones.\u003C\u002Fp>\n\u003Ch4>Features\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Better and logical permalinks like ‘mysite.com\u002Fmy-category\u002F’ and ‘mysite.com\u002Fmy-category\u002Fmy-post\u002F’.\u003C\u002Fli>\n\u003Cli>Simple plugin – barely adds any overhead.\u003C\u002Fli>\n\u003Cli>Works out of the box – no setup needed.\u003C\u002Fli>\n\u003Cli>No need to modify WordPress files.\u003C\u002Fli>\n\u003Cli>Doesn’t require other plugins to work.\u003C\u002Fli>\n\u003Cli>Compatible with sitemap plugins.\u003C\u002Fli>\n\u003Cli>Compatible with WPML.\u003C\u002Fli>\n\u003Cli>Works with multiple sub-categories.\u003C\u002Fli>\n\u003Cli>Works with WordPress Multisite.\u003C\u002Fli>\n\u003Cli>Redirects old category permalinks to the new ones (301 redirect, good for SEO).\u003C\u002Fli>\n\u003C\u002Fol>\n","This plugin removes the mandatory 'Category Base' from your category permalinks. It's compatible with WPML.",100000,856653,33,"2025-11-07T13:46:00.000Z","6.8.5","5.0",[76,77,78,79],"category-base","category-permalinks","category-slug","category-url","https:\u002F\u002Fwww.digitalme.cc\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fno-category-base-wpml.1.4.zip",100,{"slug":84,"name":85,"version":86,"author":87,"author_profile":88,"description":89,"short_description":90,"active_installs":91,"downloaded":92,"rating":36,"num_ratings":93,"last_updated":94,"tested_up_to":95,"requires_at_least":96,"requires_php":54,"tags":97,"homepage":101,"download_link":102,"security_score":82,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"remove-category-url","Remove Category URL – Remove 'category' base from category permalinks","1.2.1","Themeisle","https:\u002F\u002Fprofiles.wordpress.org\u002Fthemeisle\u002F","\u003Cp>Remove Category URL strips the \u003Ccode>\u002Fcategory\u002F\u003C\u002Fcode> base from your category URLs, turning something like \u003Ccode>\u002Fcategory\u002Fmy-category\u002F\u003C\u002Fcode> into simply \u003Ccode>\u002Fmy-category\u002F\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>Just activate, and you’re done. No configuration needed.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Creates cleaner URLs like \u003Ccode>mydomain.com\u002Fmy-category\u002F\u003C\u002Fcode> and \u003Ccode>mydomain.com\u002Fmy-category\u002Fmy-post\u002F\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Works out of the box with no settings to configure\u003C\u002Fli>\n\u003Cli>Supports multiple sub-categories\u003C\u002Fli>\n\u003Cli>Automatically 301 redirects old category URLs to the new structure (SEO-friendly)\u003C\u002Fli>\n\u003Cli>Sitemaps are automatically updated with the new URLs after activation\u003C\u002Fli>\n\u003Cli>Compatible with WordPress Multisite, WPML, and popular sitemap plugins\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Why remove \u002Fcategory\u002F from URLs?\u003C\u002Fh3>\n\u003Cp>The \u003Ccode>\u002Fcategory\u002F\u003C\u002Fcode> base in WordPress URLs is there by default, but it doesn’t help your visitors or search engines understand your content any better. When you remove \u003Ccode>\u002Fcategory\u002F\u003C\u002Fcode> from URLs, you get cleaner paths like \u003Ccode>mydomain.com\u002Fnews\u002F\u003C\u002Fcode> instead of \u003Ccode>mydomain.com\u002Fcategory\u002Fnews\u002F\u003C\u002Fcode>. They’re shorter, easier to remember and share, and more consistent with how your pages are already structured.\u003C\u002Fp>\n\u003Cp>Shorter URLs also tend to look better in search results and make your site feel more polished overall. Removing the category base is a small change that makes your whole URL structure cleaner.\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>We’re here to help. Feel free to open a new thread on the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fsupport\u002Fplugin\u002Fremove-category-url\u002F\" rel=\"ugc\">Support Forum\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Useful Resources\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>If you like this plugin, you’re sure to love \u003Ca href=\"https:\u002F\u002Fthemeisle.com\u002Fwordpress-plugins\u002F\" rel=\"nofollow ugc\">our other plugins\u003C\u002Fa> as well.\u003C\u002Fli>\n\u003Cli>Our blog is a great place to \u003Ca href=\"https:\u002F\u002Fthemeisle.com\u002Fblog\u002F\" rel=\"nofollow ugc\">learn more about WordPress\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Get the most out of your website with our helpful \u003Ca href=\"https:\u002F\u002Fyoutube.com\u002Fplaylist?list=PLmRasCVwuvpSep2MOsIoE0ncO9JE3FcKP\" rel=\"nofollow ugc\">WordPress YouTube Tutorials\u003C\u002Fa>.\u003C\u002Fli>\n\u003C\u002Ful>\n","Remove Category URL strips the \u002Fcategory\u002F base from your category URLs, turning something like \u002Fcategory\u002Fmy-category\u002F into simply \u002Fmy-category\u002F.",50000,479177,58,"2026-01-12T14:02:00.000Z","6.9.4","3.1",[98,23,99,100,84],"custom-permalinks","remove-category-base","remove-category-prefix","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fremove-category-url\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fremove-category-url.1.2.1.zip",{"slug":104,"name":105,"version":106,"author":107,"author_profile":108,"description":109,"short_description":110,"active_installs":111,"downloaded":112,"rating":82,"num_ratings":33,"last_updated":113,"tested_up_to":95,"requires_at_least":114,"requires_php":115,"tags":116,"homepage":118,"download_link":119,"security_score":82,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"custom-permalink-editor","Custom Permalink Editor","1.0.6","Kings Crest Global","https:\u002F\u002Fprofiles.wordpress.org\u002Fteamkcg\u002F","\u003Cp>Custom Permalink Editor is a powerful yet simple plugin that allows you to create SEO-friendly custom URLs for your WordPress posts and pages. Perfect for content creators, marketers, and site owners who want complete control over their permalink structure.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Key Features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>✓ \u003Cstrong>Easy Permalink Customization\u003C\u002Fstrong> – Change URLs for individual posts and pages with just a few clicks\u003Cbr \u002F>\n✓ \u003Cstrong>SEO-Friendly URLs\u003C\u002Fstrong> – Create clean, readable URLs that improve your search engine rankings\u003Cbr \u002F>\n✓ \u003Cstrong>No Global Changes\u003C\u002Fstrong> – Customize permalinks per post\u002Fpage without affecting your site’s default permalink structure\u003Cbr \u002F>\n✓ \u003Cstrong>Safe & Reversible\u003C\u002Fstrong> – Deactivating the plugin reverts all posts back to their default WordPress permalinks\u003Cbr \u002F>\n✓ \u003Cstrong>Categories & Tags Support\u003C\u002Fstrong> – Edit permalinks for categories and tags as well\u003Cbr \u002F>\n✓ \u003Cstrong>Custom Post Type Support\u003C\u002Fstrong> – Existing custom permalinks for custom post types continue to work (Pro version required for editing)\u003C\u002Fp>\n\u003Cp>\u003Cstrong>How It Works:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Install and activate the plugin\u003C\u002Fli>\n\u003Cli>Edit any post or page\u003C\u002Fli>\n\u003Cli>Find the Custom Permalink Editor box\u003C\u002Fli>\n\u003Cli>Enter your desired custom URL\u003C\u002Fli>\n\u003Cli>Save and publish – your new permalink is live!\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Perfect For:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Blog posts with specific keyword requirements\u003C\u002Fli>\n\u003Cli>Landing pages with marketing-friendly URLs\u003C\u002Fli>\n\u003Cli>Portfolio items with branded permalinks\u003C\u002Fli>\n\u003Cli>Product pages with clean, memorable URLs\u003C\u002Fli>\n\u003Cli>Migrating content from other platforms while maintaining URL structure\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>Need help or have questions? We’re here to assist you!\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Support Requests\u003C\u002Fstrong>: Use our \u003Ca href=\"https:\u002F\u002Fkingscrestglobal.com\u002Fcontact\u002F\" rel=\"nofollow ugc\">contact form\u003C\u002Fa> for technical support\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Modifications\u003C\u002Fstrong>: Contact us for any custom development needs\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Feedback\u003C\u002Fstrong>: We value your feedback and suggestions for improvements\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Pro Version\u003C\u002Fstrong>: Interested in premium features? \u003Ca href=\"https:\u002F\u002Fkingscrestglobal.com\u002Fcontact\u002F\" rel=\"nofollow ugc\">Get in touch\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Privacy Policy\u003C\u002Fh3>\n\u003Cblockquote>\n\u003Cp>This plugin does not collect any user Information\u003Cbr \u002F>\n  If you need any custom modification or any other thing contact with https:\u002F\u002Fkingscrestglobal.com\u002F and mention Custom Permalink Editor\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch3>Advanced Filters\u003C\u002Fh3>\n\u003Cp>For developers who need more control, Custom Permalink Editor provides several filters to customize its behavior.\u003C\u002Fp>\n\u003Ch4>Add PATH_INFO in $_SERVER Variable\u003C\u002Fh4>\n\u003Cp>Enable PATH_INFO support in the $_SERVER variable. This is useful for certain server configurations.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Usage:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'cp_editor_path_info', '__return_true' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Exclude Specific Permalinks\u003C\u002Fh4>\n\u003Cp>Prevent specific permalinks from being processed by the plugin. Useful for excluding system files like sitemaps or special pages.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong> Exclude sitemap.xml from processing\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function team_kcg_exclude_permalink( $permalink ) {\n  \u002F\u002F Check if permalink contains 'sitemap.xml'\n  if ( false !== strpos( $permalink, 'sitemap.xml' ) ) {\n    return '__true';\n  }\n\n  return;\n}\nadd_filter( 'cp_editor_exclude_permalink', 'team_kcg_exclude_permalink' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Exclude Specific Post Types\u003C\u002Fh4>\n\u003Cp>Remove the Custom Permalink Editor form from specific post types. Helpful if you want to disable the feature for certain content types.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong> Exclude a custom post type called ‘custompost’\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function team_kcg_exclude_post_type( $post_type ) {\n  \u002F\u002F Replace 'custompost' with your actual post type name\n  if ( 'custompost' === $post_type ) {\n    return '__true';\n  }\n\n  return '__false';\n}\nadd_filter( 'cp_editor_exclude_post_type', 'team_kcg_exclude_post_type' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Exclude Specific Posts\u003C\u002Fh4>\n\u003Cp>Exclude individual posts or pages from showing the Custom Permalink Editor form. You can filter by ID, template, or any post property.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong> Exclude post with ID 1557\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function team_kcg_exclude_posts( $post ) {\n  \u002F\u002F Exclude specific post by ID\n  if ( 1557 === $post->ID ) {\n    return true;\n  }\n\n  \u002F\u002F You can also exclude by other criteria\n  \u002F\u002F Example: Exclude posts with a specific template\n  \u002F\u002F if ( get_page_template_slug( $post->ID ) === 'template-landing.php' ) {\n  \u002F\u002F   return true;\n  \u002F\u002F }\n\n  return false;\n}\nadd_filter( 'cp_editor_exclude_posts', 'team_kcg_exclude_posts' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Allow Accented Characters\u003C\u002Fh4>\n\u003Cp>By default, the plugin removes accents from permalinks for better URL compatibility. Enable this filter if you need to preserve accented characters.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Usage:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function team_kcg_allow_accents() {\n  return true;\n}\nadd_filter( 'cp_editor_allow_accents', 'team_kcg_allow_accents' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Allow Capital Letters\u003C\u002Fh4>\n\u003Cp>By default, permalinks are converted to lowercase. Use this filter to preserve capital letters in your custom URLs.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Usage:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function team_kcg_allow_capitals() {\n  return true;\n}\nadd_filter( 'cp_editor_allow_caps', 'team_kcg_allow_capitals' );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>\u003Cstrong>Note:\u003C\u002Fstrong> Add these code snippets to your theme’s \u003Ccode>functions.php\u003C\u002Fcode> file or use a custom plugin\u002Fcode snippets plugin.\u003C\u002Fp>\n\u003Ch3>How To Use\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Changing a Post or Page Permalink:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>Navigate to Posts > All Posts (or Pages > All Pages)\u003C\u002Fli>\n\u003Cli>Click on the post\u002Fpage you want to edit\u003C\u002Fli>\n\u003Cli>Scroll down to find the “Custom Permalink Editor” meta box\u003C\u002Fli>\n\u003Cli>Enter your desired custom URL in the text field (without the domain)\u003C\u002Fli>\n\u003Cli>Click “Update” or “Publish” to save your changes\u003C\u002Fli>\n\u003Cli>Visit your post to see the new permalink in action!\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Example:\u003C\u002Fstrong>\u003Cbr \u002F>\n– Default URL: \u003Ccode>yoursite.com\u002F2026\u002F01\u002F11\u002Fmy-blog-post\u002F\u003C\u002Fcode>\u003Cbr \u002F>\n– Custom URL: \u003Ccode>yoursite.com\u002Fseo-friendly-custom-url\u002F\u003C\u002Fcode>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Reverting to Default Permalinks:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Simply deactivate the plugin and all posts will automatically revert to WordPress default permalink structure.\u003C\u002Fp>\n","Set Custom Permalink Editor on a per-post, per-tag per-page, and per-category basis.",3000,11220,"2026-01-13T10:09:00.000Z","5.4","7.4",[98,117,22,23,24],"custom-url","https:\u002F\u002Fkingscrestglobal.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcustom-permalink-editor.1.0.6.zip",{"slug":121,"name":122,"version":123,"author":124,"author_profile":125,"description":126,"short_description":127,"active_installs":128,"downloaded":129,"rating":82,"num_ratings":14,"last_updated":130,"tested_up_to":131,"requires_at_least":132,"requires_php":54,"tags":133,"homepage":54,"download_link":135,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"automatically-update-permalinks","Automatically Update Permalinks","1.0.4","WP Zone","https:\u002F\u002Fprofiles.wordpress.org\u002Faspengrovestudios\u002F","\u003Cp>When this plugin is activated and the title of a post or page is changed, the permalink (slug) of the post or page is automatically updated to reflect the new title. There is an option to disable this functionality on a one-time basis when saving.\u003C\u002Fp>\n\u003Cp>If you like this plugin, please consider leaving a comment or review.\u003C\u002Fp>\n\u003Ch3>You may also like these plugins\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwpzone.co\u002F\" rel=\"nofollow ugc\">WP Zone\u003C\u002Fa> has built a bunch of plugins, add-ons, and themes. Check out other favorites here on the repository and don’t forget to leave a 5-star review to help others in the community decide.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fproduct-sales-report-for-woocommerce\u002F\" rel=\"ugc\">Product Sales Report for WooCommerce\u003C\u002Fa> – setup a custom sales report for the products in your WooCommerce store with toggle sorting options. Including or excluding items based on date range, sale status, product category and id, define display order, choose what fields to include, and generate your report with a click.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fexport-order-items-for-woocommerce\u002F\" rel=\"ugc\">Export Order Items for WooCommerce\u003C\u002Fa> – export the order details for each sale in your WooCommerce store. Simplify order fulfillment, generate accounting reports in a few clicks, and download into CSV format for readability and universal compatibility with Export Order Items.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Freplace-image\u002F\" rel=\"ugc\">Replace Image\u003C\u002Fa> – keep the same URL when uploading to the WordPress media library\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fforce-update-check-for-plugins-and-themes\u002F\" rel=\"ugc\">Force Update Check for Plugins and Themes\u003C\u002Fa> -force Update Check for Plugins and Themes forces WordPress to run a theme and plugin update check whenever you visit the WordPress updates page\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fconnect-sendgrid-for-emails\u002F\" rel=\"ugc\">Connect SendGrid for Emails\u003C\u002Fa> –  connect SendGrid for Emails is a third-party fork of (and a drop-in replacement for) the official SendGrid plugin\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-css-and-javascript\u002F\" rel=\"ugc\">Custom CSS and JavaScript\u003C\u002Fa> – allows you to add custom site-wide CSS styles and JavaScript code to your WordPress site. Useful for overriding your theme’s styles and adding client-side functionality.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdisable-user-registration-notification-emails\u002F\" rel=\"ugc\">Disable User Registration Notification Emails\u003C\u002Fa> – when this plugin is activated, it disables the notification sent to the admin email when a new user account is registered.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fimage-upload-for-bbpress\u002F\" rel=\"ugc\">Inline Image Upload for BBPress\u003C\u002Fa> – enables the TinyMCE WYSIWYG editor for BBPress forum topics and replies and adds a button to the editor’s “Insert\u002Fedit image” dialog that allows forum users to upload images from their computer and insert them inline into their posts.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fpassword-strength-for-woocommerce\u002F\" rel=\"ugc\">Password Strength for WooCommerce\u003C\u002Fa> – disables password strength enforcement in WooCommerce.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fdonations-for-woocommerce\u002F\" rel=\"ugc\">Potent Donations for WooCommerce\u003C\u002Fa> – acceptance donations through your WooCommerce store\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fshortcodes-for-divi\u002F\" rel=\"ugc\">Shortcodes for Divi\u003C\u002Fa> – allows to use Divi Library layouts as shortcodes everywhere where text comes.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fstock-export-and-import-for-woocommerce\u002F\" rel=\"ugc\">Stock Export and Import for WooCommerce\u003C\u002Fa> – generates reports on the stock status (in stock \u002F out of stock) and quantity of individual WooCommerce products.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Frandom-quiz-addon-for-lifterlms\u002F\" rel=\"ugc\">Random Quiz Generator for LifterLMS\u003C\u002Fa> – pull a random set of questions from your quiz so users never get the same question twice when retaking or setting up a practice quiz.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-and-divi-icons\u002F\" rel=\"ugc\">WP and Divi Icons\u003C\u002Fa> – adds over 660 custom outline SVG icons to your website. SVG icons are vector icons, so they are sharp and look good on any screen at any size.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-layouts\u002F\" rel=\"ugc\">WP Layouts\u003C\u002Fa> – the best way to organize, import, and export your layouts, especially if you have multiple websites.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-squish\u002F\" rel=\"ugc\">WP Squish\u003C\u002Fa> – reduce the amount of storage space consumed by your WordPress installation through the application of user-definable JPEG compression levels and image resolution limits to uploaded images.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>To view WP Zone’s premium WordPress plugins and themes, visit our \u003Ca href=\"https:\u002F\u002Fwpzone.co\u002Fproduct\u002F\" rel=\"nofollow ugc\">WordPress products catalog page\u003C\u002Fa>\u003C\u002Fp>\n","Automatically updates the permalink (slug) of a post or page when its title is changed.",1000,13744,"2024-08-12T19:28:00.000Z","6.6.5","3.0",[22,23,134,24],"slug","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fautomatically-update-permalinks.1.0.4.zip",{"attackSurface":137,"codeSignals":177,"taintFlows":184,"riskAssessment":185,"analyzedAt":188},{"hooks":138,"ajaxHandlers":173,"restRoutes":174,"shortcodes":175,"cronEvents":176,"entryPointCount":28,"unprotectedCount":28},[139,145,149,153,157,160,164,168],{"type":140,"name":141,"callback":142,"priority":82,"file":143,"line":144},"filter","pre_post_link","link_post","includes\\main.php",28,{"type":140,"name":146,"callback":147,"priority":82,"file":143,"line":148},"post_type_link","link_post_type",29,{"type":140,"name":150,"callback":151,"priority":152,"file":143,"line":71},"query_vars","register_extra_query_vars",10,{"type":140,"name":154,"callback":155,"priority":152,"file":143,"line":156},"request","process_request",34,{"type":140,"name":158,"callback":158,"priority":152,"file":143,"line":159},"pre_handle_404",35,{"type":140,"name":161,"callback":162,"file":143,"line":163},"rewrite_rules_array","rewrite_rules_array_filter",39,{"type":140,"name":165,"callback":166,"file":143,"line":167},"pre_update_option_permalink_structure","permalink_structure_option_filter",40,{"type":169,"name":170,"callback":171,"file":143,"line":172},"action","init","on_init_hook",44,[],[],[],[],{"dangerousFunctions":178,"sqlUsage":179,"outputEscaping":181,"fileOperations":28,"externalRequests":28,"nonceChecks":28,"capabilityChecks":28,"bundledLibraries":183},[],{"prepared":28,"raw":28,"locations":180},[],{"escaped":33,"rawEcho":28,"locations":182},[],[],[],{"summary":186,"deductions":187},"The \"custom-fields-permalink-redux\" v1.5.0 plugin exhibits an exceptionally strong security posture based on the provided static analysis and vulnerability history. The absence of any identified attack surface points, dangerous functions, raw SQL queries, unsanitized taint flows, or external HTTP requests is a significant strength.  Furthermore, the adherence to output escaping and the lack of any recorded historical vulnerabilities suggest robust development practices and a well-maintained codebase.  The complete lack of any detected security concerns in the static analysis is particularly noteworthy, indicating a highly secure implementation in terms of immediate code-level risks.\n\nWhile the plugin appears highly secure on paper, the complete absence of any nonces or capability checks, even with a reported zero attack surface, might warrant further investigation in a real-world scenario.  This could indicate that the plugin truly has no user-interactive entry points that require such checks, or it could suggest an oversight if any functionality were to be added or modified later.  However, based solely on the provided data, the plugin is remarkably secure, with no identifiable vulnerabilities or concerning coding practices that would significantly lower its risk score.",[],"2026-03-16T19:29:58.892Z",{"wat":190,"direct":197},{"assetPaths":191,"generatorPatterns":193,"scriptPaths":194,"versionParams":195},[192],"\u002Fwp-content\u002Fplugins\u002Fcustom-fields-permalink-redux\u002F",[],[],[196],"custom-fields-permalink-redux\u002Fcustom-fields-permalink-redux.php?ver=",{"cssClasses":198,"htmlComments":199,"htmlAttributes":200,"restEndpoints":201,"jsGlobals":202,"shortcodeOutput":203},[],[],[],[],[],[]]