Popis
Content Control is a transformative plugin, allowing you to fine-tune every aspect of your WordPress website’s content. Decide who gets to see what, where, and when – be it pages, posts, widgets, or individual block visibility using our handy shortcode. Your content, your rules, executed perfectly!
Content Control is intuitive and powerful, designed for all users—whether logged in, holding specific roles, or even guests. Need top-tier content restriction or a dependable access manager for your site? Look no further. We’ve expanded our controls to include Gutenberg and Full Site Editor, giving you unmatched command.
Key Features
Discover what Content Control brings to your table:
- Full control over your site’s content, restrict user access with ease!.
- Set up a seamless paywall for your content, providing teasers for users and prompting them to purchase access.
- Per block controls for Gutenberg and Full Site Editor, including user roles, device type, and more.
- Responsive block controls with customizable breakpoints.
- Control block visibility by user status, roles, device type & more.
- Restrict access to pages, posts, widgets, and individual blocks based on user status, roles, device type & more.
- Offer membership tools for crafting membership access and members-only content.
- Provide responsive block designs that adapt to varying device sizes.
- Lockdown content selectively for improved user experiences.
- Implement role-based redirections to guide users effectively.
- Unlock the power of subscription content and monetization strategies.
- Safeguard specific categories, tags, custom post types, and custom taxonomies.
- Manage access to media attachment pages for logged in/out users or specific user roles.
- Zobrazení vlastní zprávy uživatelům, kteří nemají oprávnění k zobrazení obsahu.
- Display specific content on a page or post to logged in users only, specific user roles, or logged out users.
- Redirect users without access permission to a login page, website homepage, or a custom URL.
- Highlight subscriber-only content for premium users.
- Use the
[content_control]
shortcode to protect content inline and cater to subscriber preferences. - Control widget visibility by selecting the user type that can view each widget.
- Conditionally show coming soon or maintenance mode pages based on various rules.
Pro Features
Coming soon: Content Control Pro, with advanced features like:
- Content Teasers for Paywalls, giving your users a sneak peek, leaving them wanting more.
- Optimize your WooCommerce & Easy Digital Downloads (EDD) experiences with advanced rules.
- Schedule blocks, controlling content visibility timings using customizable scheduling rules.
- Dive deeper with advanced block rules and a boolean editor.
- Customize login, registration & recovery page urls. Custom login urls give a more personalized user experience.
Note: Content Control handles media access via content on media attachment pages but won’t restrict direct server-level access to media files.
Passionately Crafted by Code Atlantic
At Code Atlantic, we’re passionate about crafting tools that empower your digital journey. Content Control is a testament to our commitment to quality.
Dive into some of our renowned plugins:
- Popup Maker – The #1 Popup & Marketing Plugin for WordPress
- User Menus – Innovatively Show, Hide & Customize Menu Items
Snímky obrazovky
Restrict access to individual blocks. Vytvořte neomezené sady omezení. Zvolte, kdo může omezený obsah zobrazit. Zobrazte zprávu místo omezeného obsahu. Přesměrovat uživatele, aby se přihlásili nebo na jinou stránku, pokud mají přístup k omezenému obsahu. Vyberte si libovolný obsah, který vás napadne chránit. K ochraně vloženého obsahu používejte zkrácené kódy. Omezte také widgety.
Instalace
- Nainstalujte Content Control buď prostřednictvím úložiště pluginů WordPress.org nebo nahráním souborů na server.
- Aktivujte kontrolu obsahu.
Pokud potřebujete pomoc, jak začít s Řízením obsahu, přečtěte si Nejčastější dotazy který vysvětluje, jak plugin používat.
Nejčastější dotazy
-
Kde mohu získat podporu?
-
Pokud uvíznete, můžete požádat o pomoc ve Fóru pro pluginy pro kontrolu obsahu.
-
Kde mohu nahlásit chyby nebo přispět k projektu?
-
Bugs can be reported either in our support forum or we are happy to accept PRs on the Content Control GitHub repo.
Recenze
Autoři
Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPlugin „Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More“ byl přeložen do 9 jazyků. Děkujeme všem překladatelům za jejich pomoc.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
v2.0.12 – 10/26/2023
- Fix: Prevent extra 301 redirect due to missing trailing slash on some URLs.
- Fix: Issue with Custom Message replacement not always working on pages built with Elementor.
v2.0.11 – 10/04/2023
- Improvement: Query Monitor integration to show which restrictions are active on a page.
- Shows global settings that may be affecting the page.
- Shows which restrictions are active on the page.
- Shows which posts are being filtered out of queries and by which restriction.
- Tweak: Ensure upgrade stream doesn’t send headers if they were already sent.
- Tweak: Make second arg on get_the_excerpt filter optional to prevent errors with some plugins.
- Fix: Bug when using
content_control/check_all_restrictions
filter that caused rules to not compare properly.
v2.0.10 – 10/01/2023
- Improvement: If no v1 global restrictions existed, skip the migration step entirely.
- Improvement: Default to late init of post query filtering until after plugins_loaded should be finished. This should prevent help prevent random errors due to restrictions being checked before plugins have had a chance to register their post types, and thus restrictions won’t properly match those post type rules.
- Improvement: Add check to prevent restriction checks for WP CLI requests.
- Improvement: Add notice to indicate is when waiting for post/page search results in the restriction editor fields.
- Tweak: Fix issue in build that caused autoloader to not fully use optimized classmap, should result in improved performance.
- Fix: Ensure
$wp_rewrite
is available before callingis_rest()
->get_rest_url()
. This should prevent errors when using the plugin with WP CLI and when plugins makeWP_Query
calls duringplugins_loaded
. - Fix: Don’t attempt to initialize side query filtering until after_theme_setup hook. This should prevent errors when plugins make
WP_Query
calls duringplugins_loaded
, and allow further delaying initialization if needed from themesfunctions.php
file. - Fix: Backward compatibility issue with WP versions <6.2 that made settings page not render.
- Fix: Bug where Block Controls didn’t work on WooCommerce pages. This was filtering
pre_render_block
but not returning a value. Now we run our check after theirs to ensure that bug has no effect on our plugin. Report
v2.0.9 – 09/24/2023
- Improvement: Better handling of restriction titles & content. Admins with priv can insert any content into the restriction messages.
-
Improvement: Added new filter
content_control/query_filter_init_hook
to allow delaying query filtering for compatibility with plugins that make custom queries beforetemplate_redirect
action.add_filter( 'content_control/query_filter_init_hook', function () {
return 'init'; // Try setup_theme, after_theme_setup, init or wp_loaded
} ); -
Tweak: Ensure our restriction checks work within a nested post loop.
- Tweak: Change how restriction title & descriptions were sent/received over Rest API.
- Fix: Bug that caused some shortcodes to not render properly.
- Fix: Bug where override message wasn’t used.
- Fix: Bug where Elementor Post loop would render incorrectly when using ACF fields in the loop template.
v2.0.8 – 09/22/2023
- Tweak: Ignore many Elementor queries from being restricted.
- Fix: Error when required upgrade was marked as complete.
- Fix: Bug that caused secondary queries to be handled like main queries.
v2.0.7 – 09/21/2023
- Tweak: Only log each unique plugin debug notice once to prevent filling log files quickly.
- Tweak: Replace usage of
wp_upload_dir
withwp_get_upload_dir
which is more performant. - Fix: Error in upgrades when no data is found to migrate.
- Fix: Error when function is called early & global $wp_query is not yet available.
- Fix: Conditional check that could always return false.
- Developer: Implemented PHP Static Analysis to catch more bugs before they happen. Currently clean on lvl 6.
v2.0.6 – 09/19/2023
- Improvement: Added data backup step to upgrade process that stores json export in the media library.
- Improvement: Better error handling in the data upgrade process.
- Fix: Fix bug in data upgrade process that caused it to never finish.
- Fix: Possible error when no restriction match found in some custom` queries.
v2.0.5 – 09/18/2023
- Fix: Fix errors on some sites with custom conditions due to registering all rules too early.
v2.0.4 – 09/18/2023
- Fix: Error when WP Query vars include anonymous function closures.
v2.0.3 – 09/18/2023
- Fix: Log errors instead of throwing exceptions to prevent uncaught exceptions turning into fatal errors.
v2.0.2 – 09/18/2023
- Fix: Fatal error from error logger on systems without write access.
v2.0.1 – 09/17/2023
- Fix: Fatal error from unregistered or unknown rule types from 3rd party plugins/themes or custom code. Now they are logged in plugin settings page.
v2.0.0 – 09/17/2023
- Feature: Restrict individual blocks in the Gutenberg editor.
- Feature: Restrict individual blocks in the Full Site Editor.
- Feature: Use a custom page template for restricted content.
- Feature: Restrict blocks by device type with customizable breakpoints.
- Feature: Restrict blocks by user status & role.
- Feature: Global restrictions now offer more control over how restricted content is handled.
- Choose to redirect or replace content with a custom page.
- Filter or hide posts in archives or custom loops.
- Secondary controls for posts if found in an archive.
- Improvement: Match or exclude specific roles.
- Improvement: Updated interface with intuitive and responsive controls.
- Improvement: Boolean editor improvements.
- Improvement: Control who can modify plugin settings.
- Improvement: Upgraded tooling & Code quality improvements.
v1.1.10 – 12/28/2022
- Zabezpečení: Opravte neescapovaný výstup pro CSS classname v krátkém kódu [contentcontrol] umožňující uživatelům upravovat příspěvky a vkládat kód na stránku.
v1.1.9 – 09/30/2021
- Oprava: Chyba při používání náhledu Gutenberg.
v1.1.8 – 07/17/2021
- Oprava: Chyba při náhledu instance Elementor proptery byl null.
v1.1.7 – 07/17/2021
- Oprava: Zabraňte upozornění, pokud v tabulce možností neexistuje nastavení widgetu.
- Oprava: Libovolný limit 10 na aktuální položky uvedené v Editoru omezení kvůli výchozímu dotazu WP.
- Oprava: Zabraňte aktivaci omezení při použití nástroje pro tvorbu stránek Elementor.
v1.1.6 – 03/21/2021
- Oprava: Ověření Nonce bránilo pluginu 3rd v ukládání nastavení widgetu, když selhalo. Díky @jacobmischka
- Oprava: Zabraňte poškozeným možnostem zabránit ukládání nastavení.
v1.1.5 – 02/22/2021
- Oprava: Problém, kdy se role s
-
neuložily při zaškrtnutí.
v1.1.4 – 03/24/2020
- Vylepšení: Přidáno zpracování gettextu pro několik řetězců, které nebyly přeložitelné.
- Vylepšení: Zpracování krátkých kódů ve výchozím obsahu zprávy o odmítnutí.
- Vylepšení: Různá vylepšení spolehlivosti formulářů a uživatelské zkušenosti.
- Oprava: Problémy s vyhledávacími poli AJAX, která si po uložení nezachovala své hodnoty.
- Oprava: Problém, kdy se zobrazovalo pouze 10 stránek.
- Oprava: Opravy kompatibility PHP 7.4.
v1.1.3 – 12/03/2019
- Oprava: Vlastní podmínky typu příspěvku nebyly vždy zaregistrovány.
v1.1.2 – 11/10/2019
- Vylepšení: Odstraňte chybné zprávy .log konzoly v adminu.
- Oprava: Závažná chyba při použití prázdného zkráceného kódu.
v1.1.1 – 10/15/2019
- Oprava: Chyby, kdy proměnné nebyly vždy očekávaným typem.
v1.1.0
- Zlepšení: Přidána výchozí zpráva o odmítnutí do zkráceného kódu.
- Zlepšení: Vykreslování vnořených krátkých kódů ve zkráceném kódu [content_control].
- Oprava: Chyba, kdy se v editoru omezení kontrolovalo více rolí.
v1.0.3
- Oprava: Menší upozornění na aktivaci.
v1.0.2
- Oprava: Volání nedefinované funkce.
v1.0.1
- Oprava: Nestatická metoda volal staticky
- Oprava: Chyba při použití neplatného typu proměnné.
v1.0.0
- První vydání