Omeka Classic Logo
  • What’s new in Omeka
  • Tutorials
  • Reference
    • Global (Theming) Functions
    • Hooks
    • Filters
    • models
    • views/helpers
    • controllers
    • Packages
      • Acl
      • Application
      • Auth
      • Captcha
      • Controller
      • Db
      • File\Derivative
      • Filter
      • Form
      • Global Functions
        • Db-related functions
        • Locale-related functions
        • Log-related functions
        • Plugin-related functions
        • Search-related functions
        • Text-related functions
        • User-related functions
        • Utility-related functions
        • View-related functions
      • Http
      • Install
      • Job
      • Navigation
      • Output
      • Plugin
      • Record
      • Session
      • Storage
      • Test
      • Validate
      • View
    • libraries/Omeka
    • Omeka REST API
  • Helping With Documentation
  • Registering a new module or theme with omeka.org
Omeka Classic
  • Reference
  • Global (Theming) Functions
  • Global Functions
  • Plugin-related functions
  • View page source

Plugin-related functions

Up to Global Functions

  • add_file_display_callback — Add a callback for displaying files with a given mimetype and/or extension.
  • add_file_fallback_image — Add a fallback image for files of the given mime type or type family.
  • add_filter — Declare a filter implementation.
  • add_plugin_hook — Declare a plugin hook implementation within a plugin.
  • apply_filters — Apply a set of plugin filters to a given value.
  • clear_filters — Clear all implementations for a filter (or all filters).
  • fire_plugin_hook — Declare the point of execution for a specific plugin hook.
  • get_plugin_broker — Get the broker object for Omeka plugins.
  • get_plugin_hook_output — Get the output of fire_plugin_hook() as a string.
  • get_plugin_ini — Get specified descriptive info for a plugin from its ini file.
  • get_specific_plugin_hook_output — Get the output of a specific plugin’s hook as a string.
  • plugin_is_active — Determine whether a plugin is installed and active.
Previous Next

© Copyright 2012-2023, Omeka.

Built with Sphinx using a theme provided by Read the Docs.