>
Download This Plugin | |
Download Elegant Themes | |
Name | List More Custom Field Names |
Version | 1.2.8 |
Author | Scott Reilly |
Rating | 100 |
Last updated | 2015-02-12 06:59:00 |
Downloads |
3329
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
List More Custom Field Names plugin added 16 bytes of resources to the Home page and 4 bytes of resources to the sample Post page.
List More Custom Field Names plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! List More Custom Field Names plugin ads no tables to your Wordpress blog database.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. Due to the simplistic nature of the plugin and the overhead of doing so for a single setting, there is no settings page to customize this value. Assuming you want to change the value of the limit to 100, you can do so in either of two ways:
define( 'CUSTOM_FIELD_NAMES_LIMIT', 100 );
-or-add_filter( 'c2c_list_more_custom_field_names', create_function( '$limit', 'return 100;' ) );
Links: Plugin Homepage | Plugin Directory Page | Author Homepage