APP_Listing_Taxonomy_Metabox

Base class for displaying a meta box with all the custom fields attached to a listing.


Package


Description Description



Top ↑

Methods Methods

  • __construct — Constructs the listing custom fields meta box.
  • _apply_atts — Apply field attributes by calling a field type specific callback.
  • _get_form_valid_fields — Retrieves all the valid fields for the meta box (excludes internal fields and others set by the include/exclude filters).
  • admin_enqueue_scripts — Enqueues admin scripts.
  • condition — Additional checks before registering the metabox.
  • delete_meta — Remove metadata matching criteria from a term.
  • exclude_filters — Retrieves a list of field attributes used to excluded certain fields from the final field list.
  • form — Retrieve the meta box fields list.
  • get_term_meta — Retrieves metadata for a term.
  • include_filters — Retrieves a list of field attributes used to include certain fields in the final field list.
  • save — Saves metabox form data.
  • update_meta — Update term meta field based on term ID.
  • validate_post_data — Look for existing errors after each field is processed.
Premium WordPress Apps

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.