Forums

Request meta_form meta_key hook (1 post)

  1. Matt Thiessen
    Member
    Posted 11 months ago #

    /wp-admin/includes/template.php
    The meta_form() function should have a hook after setting $keys to be able to modify the array of meta_keys before the HTML <options> are created. Something similar to:

    $keys = apply_filters( 'postmeta_form_meta_keys', $keys );

    The only option now is to modify the query using the query filter.

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 11 months ago by Matt Thiessen
  • This topic is not resolved
  • WordPress version: 3.3.1