You can pass as the callback argument anything which is callable by PHP definition, something that might actually change between PHP versions.
In this specific case the array($o,$m)
type of notation indicates that the filter will call $o->$m
Related Posts:
- Difference Between Filter and Action Hooks?
- How to create an API for my plugin?
- How to add sub-menu to a menu generated by wp_nav_menu by using plugin
- Using query_vars filter
- Explanation of the “posts_join” and “posts_fields” filter hooks?
- How do you use the plugin boilerplate loader class to hook actions and filters?
- add_filter OO with parameters
- How Can I Add a Filter to Class Instance Only?
- Is it possible to remove next-post / previous-post with out creating a custom template?
- How do I Make a Theme “plugin-ready”?
- How to remove unwanted panels inside InspectorControls from core blocks in Gutenberg
- Proper way to use apply_filters() with class functions?
- add_filter and remove_filter added before and after wp_query
- How to modify post content before writing to database?
- Actions or filters fired when data is saved in a custom table
- Some nav-menu filters do nothing
- Determine which theme location a wp_get_nav_menu_items is for
- Display only certain posts based on visitor’s country?
- What’s the difference between hooks, filters and actions? [duplicate]
- How to use filter hook ‘post_updated_messages’ in coherence with action hook ‘save_post’
- Conditional add_filter?
- Is it possible to create an action hook using do_action() within add_action()?
- Calling apply_filters on non-documented hooks
- WordPress Media mime type filter problem 4.0
- How to allow Unfiltered HTML in a wordpress multisite install
- How to add custom content under plugin row in WordPress admin plugin list?
- Is there a way to verified if an add_filter is already applied?
- Define a function outside a class and call the function using action or filter hook
- Does add_filter work outside functions.php
- Synchronize Custom post type tags to WordPress default posts tags
- multiple functions with same filter
- Woocommerce – Hide a Column in Cart Table
- How to get the ID of the currently logged in user?
- WordPress after content Hook & external template part
- Namespaced action and filter tags
- Two functions utilizing registration_errors filter
- Is there a Filter that I can use to filter the tags before they are inserted in to the database?
- best practice for query string values – get_query_var always empty for my value supplied in query string
- get_current_screen() return null
- Buddypress function and global $bp question
- Problems with: manage_${post_type}_posts_columns
- How To Change Logout Screen Title
- Add code inside specific wordpress standard function
- Check for template part, else filter content
- Why doesn’t my simple the_title filter get applied?
- How to filter the_content() & include content from template
- Adding rewrite rule dynamically
- Prefixing plugin hooks (actions/filters) with a wrapper class or functions
- Replace youtube embed in wordpress
- Search and Filter
- How can I replace content in the WP Admin area before an admin page is rendered?
- How to filter content for specific content variable
- WordPress custom taxonomy check box to dropdown
- How do I add a text field under the activity texarea? [closed]
- Valid filenames for add_action’s first parameter
- How do I access the menus produced by Dashboard > Appearance > Menus
- How to get all queries’s results after they have executed?
- How to get the post excerpt using post object?
- Remove an action by extending class and replacing it
- hook filter after the_content on a specific page
- Bind a function with its own argument to show something dynamically after every content
- Hook add_attachment error
- Update variable value via add_filter
- Make wordpress join default user metas with a column from another table while displaying the wp_users table on the users screen
- Configure WordPress to Generate Scheme-less Relative URLs
- Gravity Forms Anchor only on Front Page?
- How to find list of all functions bind to a particular hook from my plugin?
- Adding filter to the title without affecting the menu title
- How to validate inputs with filter in register_setting callback
- How do i remove the title from a specific page
- Can / should a widget plugin define its own Widget Area?
- How to get changed post title in my custom plug-in which fires when ‘save_post’ is called?
- Is there an action_filter hook to add content before the post title?
- Adding tables to dashboard pages programmatically?
- apply_filters() and call_user_func() to define and call a function outside a class
- add_filter postbox_classes multiple post types
- Override category archive page title (not the head title)
- Override woocommerce loop-start.php from theme using plugin?
- Buddypress: adding a new tab direct user to their author page
- WordPress Plugin Boilerplate – add actions and/or filters based on user’s role
- BuddyPress and namespacing
- WordPress Reset password Strength set to medium
- Custom premium registration form and profile page for a WordPress Web Application
- Change Front page displays settings conditionally when user is online
- Add_action not calling callback function
- I have a plugin where in I have to change the title of the page dynamically by sending parameter to the_title filter
- WordPress Dropdown image select
- get_comment_meta() for a filter hook in a plugin
- Which filter to use to pre-parse form elements, which are generated by plugin’s shortcode?
- Custom signature appears twice on page
- Caption Shortcode: what filter to change the image size?
- Hook for plugin to show content for certain urls
- How to filter get_adjacent_post()?
- WordPress permalink setting
- post_results filter confused by pagination in sidebar and main section
- How do I replace title with my plugin?
- wp_mail_from not changing from address
- modify buddpress adminbar only in admin pages
- append code after the_content not working
- Do Not Back Up? Is there any accepted way to tell backup and clone plugins to skip a certain file? [closed]