Forums
(@sickforska)
13 years, 1 month ago
Fixed with this code:
add_filter( 'postmeta_form_limit', 'meta_limit_increase' ); function meta_limit_increase( $limit ) { return 50; }