~canonical-sysadmins/wordpress/4.7

« back to all changes in this revision

Viewing changes to wp-includes/default-filters.php

  • Committer: Barry Price
  • Date: 2016-06-22 02:23:41 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: barry.price@canonical.com-20160622022341-9qrp2nesacwfx017
Merge WP4.5.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
 
477
477
add_filter( 'oembed_dataparse',       'wp_filter_oembed_result',        10, 3 );
478
478
add_filter( 'oembed_response_data',   'get_oembed_response_data_rich',  10, 4 );
 
479
add_filter( 'pre_oembed_result',      'wp_filter_pre_oembed_result',    10, 3 );
479
480
 
480
481
unset( $filter, $action );