D
D
Dmitry Gormash2018-05-15 09:28:32
WordPress
Dmitry Gormash, 2018-05-15 09:28:32

How to add custom field to dropdown list?

Good afternoon. I have two custom fields telephone_1 and telephone_2 which work great.
But, for some reason, only one telephone_1 field appeared in the drop-down list, and the second one is still not added there
kiss_37kb.1526365653.png
. Tell me, how can I make an arbitrary telephone_2 field be in the drop-down list?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Gormash, 2018-05-15
@kanonir1886

Issue resolved. Business was in restriction of a limit of an output of keys of arbitrary fields.
Decided like this:

add_filter( 'postmeta_form_limit', function( $limit ) {
    return 50;
} );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question