List More Custom Field Names is a WordPress app, with a 5.0 average rating from 4 reviews, as of Aug 31, 2026.
List More Custom Field Names is a WordPress Plugin Directory app by Scott Reilly. With a rating of 5.0★ from 4 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
List More Custom Field Names is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 4 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 (5.0★) signals consistent merchant satisfaction
- +Published by Scott Reilly — established developer track record
Cons
- −Limited review base (4) — ratings can shift significantly with new feedback
Looking to switch from List More Custom Field Names?
See List More Custom Field Names's alternatives ranked by audit score, rating, and review velocity.
How List More Custom Field Names works
Show full descriptionShow less
By default, WordPress only allows 30 custom field names/keys to be listed in the dropdown selection ‘Name’ field when writing a post or page. If you, or the plugins you use, make use of a lot of custom field key names, you may surpass the default limit resulting in some custom field keys not being listed. This may force post authors to manually type in custom field key names if they aren’t listed, which increases the chances for naming errors (typos, or not using the precise key name that is needed). This may also cause some authors concern wondering where previously used custom field keys have gone since they aren’t listed.
This plugin increases the limit to 200 custom field key names.
There is no settings page to customize the default value. If you’d like to list some number of custom field key names other than 200 (say, for example, 100), you can do so in either of two ways:
By editing your wp-config.php file and at the end adding a line such as:
define( ‘CUSTOM_FIELD_NAMES_LIMIT’, 100 );
-or-
Somewhere — ideally in a mu-plugin or site-specific plugin, or less ideally your active theme’s functions.php file — hook the ‘c2c_list_more_custom_field_names’ filter and return the number you’d like to use:
add_filter( ‘c2c_list_more_custom_field_names’, function ( $limit ) { return 100; } );
Notes:
* The constant, if defined and truthy, takes precedence over the filter.
* If either the constant is defined or the filter is hooked but the value configured or returned is not an integer (or an integer string), then the plugin’s default will be used.
* The limit specified must be equal to or greater than the WordPress default of 30.
Links: Plugin Homepage | Plugin Directory Page | GitHub | Author Homepage
Keyword rankings
List More Custom Field Names ranks for 1 keywords across WordPress Plugin Directory. Here are the top 1:
- Rank #389
Competitors & alternatives
AppRanks tracks competitor sets per category. For List More Custom Field Names, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is List More Custom Field Names?
List More Custom Field Names is an app for WordPress. It currently holds a 5.0-star rating from 4 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Scott Reilly.