You can always use GitHub. WordPress has an official (view-only) GitHub repository, and GitHub has an excellent comparison feature.
Related Posts:
- How to use filter in this situation, can not modify the structure using filter
- How to get shortcode’s input values inside a filter?
- How to bulk delete all users with no posts?
- WordPress 3.9 – Trouble Editing TinyMCE 4.0
- How to use update_{$meta_type}_metadata filter to modify meta value
- How to wrap an element around an iframe or embed in content automatically?
- Clarification on filters and hooks
- Modify links when inserted by WYSIWYG editor
- How to check if a hook is hooked or not?
- Completely strip any hidden formatting when pasting into TinyMCE
- post_mime_types Filter not Working in List Mode
- Include a page template along with add_theme_support()
- Modify the post/entry wrapper markup in genesis childtheme [closed]
- Allowing non-latin characters in registration
- post_row_actions filter is not working while update post using quick edit
- WordPress Rest filter for custom taxonomy gets applied to the admin area
- add class to internal links in content
- Am I using the right hook for removing quicktags on the admin TinyMCE?
- Should I use add_action(‘publish_post or add_filter(‘publish_post?
- get_the_excerpt() with fallback like the_excerpt()
- How to link current user to their author page through shortcodes
- filter title from shortcode
- Taxonomy Custom Column – ‘manage_{TAXONOMY}_custom_column’ filter only passing 2 arguments
- How to get list of all hooks of current theme / plugin?
- get_query stops working after post filter
- How to filter into post meta data before saving
- Can you use add_filter() inside other function?
- is there a specific place where add_filter must be placed?
- add_filter() function misunderstanding
- How to make a widget expand wider than the column width when editing its settings in the admin
- Is there a wildcard/catchall filter hook?
- Apply the_content filter, but prevent other hooked actions
- Filter my args by the post 1st letter
- get_bookmarks filter not supplying query argument (wp 3.1)
- Function the_content not working
- Is there a filter called ‘network_admin_init’?
- Break out of wordpress filter
- Manipulating show_on_front, page_on_front, page_for_posts and template hierarchy
- Post Content, Special Characters and Filters
- Correct method of redirecting user login
- Add filter problems
- Where is the content cache when using apply_filters(‘the_content…?
- How to validate recaptcha on comments form?
- Does a plugin with a AJAX button filter exist? [closed]
- Admin filter for product SKU?
- Is there any filter to trigger as soon as media is uploaded to post or page?
- Filtering the post list in the admin area
- Filter pre_get_posts does not modify Mine/All/Pending
- add_filter with retrieve_password_message() not working in plugin, but works in functions.php
- How to check if a protected hook is hooked?
- Add a div of content within the_content after a certain block
- Gutenberg Block – Post Featured Image Filter Hook
- Prevent add_filter being applied to wp-admin pages
- Translate custom order status through a filter?
- Using preg_replace() with the_content filter
- term_link filter gives less atributes
- apply_filters(‘get_the_content’, $content) + Except
- Filter everything from content except output of a shortcode
- Add mime types with plugin
- Is there a way to globallly apply esc_html( … ) to all inputs and anchors to filter out XSS markup?
- Filter get_page_by_path()
- Handle multiple parameters in filter
- Want to use wp_get_current_user() in query filter
- WP 4.5 hide core customizer sections
- Echo string in admin panel footer beside version no
- How to change default text for specific post type
- Add PHP code after title in single post pages?
- Apply wordpress filter checking category
- Custom nav walker: How to acces the $args parameter?
- How to stop the deduction in “wp_term_taxonomy” count, when the post is deleted?
- alternative to the_content filter
- How to set a filter search for categories of blog posts in wordpress
- Same URL for portfolio and for a page creates 404 error. Is there any filter that i can use for a child page?
- Filter widget_posts_args not working
- Adding link options in insert/edit link dialog window
- how to unescape wordpress output
- Database & Post Search
- login_url filter creates permanent wp-admin -> wp-login redirection loop
- How can I change the button text of a custom widget?
- Using add_filters() , apply_filter(), add_action() and do_action() in extending a plugin
- Hide a specific post from Archive Feed
- Restrict access to custom post type and filter from every query
- How to use the filter ‘widget_text’ to a particular text widget with id
- Filter for wp_embed_handler_youtube not working
- Post Type Upload Directory – {post_type}_upload_dir filter
- Custom xmlrpc request does not pass parameters?
- Hook into ‘when user logs in’ [persistent login]
- Custom registration field to SQL database
- Problem with shortcodes in external file
- WordPress URL rewrite problem
- How to turn this customized core function into a filter/action in functions.php?
- Which hook should be used in this case?
- Categorize posts on a page o the basis of category of other post on the same page
- manage_users_custom_columns filter not firing callback functions
- Conditionally including JS based on whether ACF field is set [closed]
- How to use apply_filters(‘get_calendar’) to change get_calendar() output?
- How to add custom HTML attribute to reusable block div in WordPress admin
- Using two posts_orderby add_filter makes conflict
- Is there a way to check if the ‘wp_sitemaps_enabled’ is true or false?
- Block Gutenberg Editor manually by User Roles with a Filter with code