Content Visibility for Divi Builder for WordPress Plugin Directory
Content Visibility for Divi Builder is a WordPress app, with a 4.8 average rating from 100 reviews, as of July 9, 2026.
Content Visibility for Divi Builder is a WordPress Plugin Directory app by Jonathan Horowitz. With a rating of 4.8★ from 100 reviews.
AppRanks data: Content Visibility for Divi Builder ranks #0 in Conditional on WordPress Plugin Directory, placing it in the top 1% of that category.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Content Visibility for Divi Builder is a category-leading WordPress app with a growing review traction. It is listed in the Hide category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 100 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (4.8★) signals consistent merchant satisfaction
- +Published by Jonathan Horowitz — established developer track record
Cons
- −Sparse visual evidence (0 screenshots) — harder to evaluate the UX before installing
Looking to switch from Content Visibility for Divi Builder?
See Content Visibility for Divi Builder's alternatives ranked by audit score, rating, and review velocity.
How Content Visibility for Divi Builder works
Show full descriptionShow less
Content Visibility for Divi Builder allows Sections and Modules to be displayed/hidden based on the outcome of a PHP boolean expression.
This plugin is for both the standalone Divi theme (or child themes thereof) and the Divi Builder plugin, version 3 or higher!
Developer Filters Expression Validation Filters The following filters allow developers to customize expression validation behavior. Add these filters in your theme’s functions.php or in a custom plugin.
content_visibility_for_divi_builder_blocked_functions
Filter the array of blocked function names. Functions in this list will cause an expression to fail validation. All comparisons are case-insensitive.
Example – allow file_get_contents (blocked by default):
add_filter( 'content_visibility_for_divi_builder_blocked_functions', function( $functions ) { return array_diff( $functions, array( 'file_get_contents' ) ); } );
Example – block an additional function:
add_filter( 'content_visibility_for_divi_builder_blocked_functions', function( $functions ) { $functions[] = 'my_dangerous_function'; return $functions; } );
content_visibility_for_divi_builder_allowed_tokens
Filter the array of allowed PHP token types (T_* constants). Tokens not in this list will cause an expression to fail validation. This is an advanced filter – consult the PHP tokenizer documentation before modifying.
Example – allow the T_VARIABLE token type (blocked by default, use with caution):
add_filter( 'content_visibility_for_divi_builder_allowed_tokens', function( $tokens ) { $tokens[] = T_VARIABLE; return $tokens; } );
content_visibility_for_divi_builder_allowed_chars
Filter the array of allowed single-character tokens. Characters not in this list (such as =, ;, {, }, `, @, &, |, ~, ^) will cause an expression to fail validation.
Example – allow the & character for bitwise operations:
add_filter( 'content_visibility_for_divi_builder_allowed_chars', function( $chars ) { $chars[] = '&'; return $chars; } );
content_visibility_for_divi_builder_allowed_callables
Filter the array of callables (function names and Class::method static-method entries) the validator considers known-safe. Anything not on the allowlist (and not on the blocked_functions denylist) is treated as an “Unknown callable” error. Names are normalized (leading \ stripped, namespace\ keyword prefix stripped, lowercased) before comparison, so \My\Namespace\Class::method, My\Namespace\Class::method, and namespace\My\Namespace\Class::method all match the same allowlist entry. The default list ships with WordPress conditional tags (is_user_logged_in, current_user_can, is_admin, etc.). The Expression Validation tab’s content scanner generates a ready-to-paste snippet for this filter pre-populated with every custom callable currently in your content.
Example – allowlist a theme helper and a static service method:
add_filter( 'content_visibility_for_divi_builder_allowed_callables', function( $callables ) { $callables[] = 'mytheme_should_be_visible'; $callables[] = 'MyTheme\Visibility\Service::checkUser'; return $callables; } );
Category rankings
As of Jul 9, 2026- Conditional#0of 14Top 1%
- Divi#0of 34Top 1%
- Hide#0of 43Top 1%
- Show#0of 14Top 1%
- Visibility#0of 28Top 1%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Keyword rankings
Content Visibility for Divi Builder ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- Rank #129
Competitors & alternatives
Content Visibility for Divi Builderdoesn't have curated competitor matchups yet. Other tracked hide apps on WordPress:
Where Content Visibility for Divi Builder stands in the Hide category
Content Visibility for Divi Builder ranks #0 of 43 apps in the Hide category, placing it in the top 1% of the listing.
Frequently asked questions
What is Content Visibility for Divi Builder?
Content Visibility for Divi Builder is an app for WordPress. It currently holds a 4.8-star rating from 100 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Hide category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by Jonathan Horowitz.
Who uses Content Visibility for Divi Builder?
Currently around 2,000 active stores have installed Content Visibility for Divi Builder. Its review base of 100 suggests adoption is concentrated in growth-stage and mid-market stores. It is part of the Hide category on WordPress.